cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Drag and Drop area for sap.m.upload.UploadSet control

parab_neha
Explorer
0 Kudos
708

Hello ,

In SAPUI5, for sap.m.upload.UploadSet , is it possible to remove Drag and Drop Area , (empty white area which says Drop files to upload, or use the "Upload" button) ? I want it to look like Fileuploader without the drag and drop.

UploadSet

Fileuploader

Thanks,

Neha

View Entire Topic
leonikussmaul
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Neha,

Did you already check the samples in the SDK? You can see both the UI and the code behind it there. There are a couple for the sap.m.UploadSet which don't seem to have this drag & drop area, so this should help you further.

https://sapui5.hana.ondemand.com/#/entity/sap.m.upload.UploadSet/sample/sap.m.sample.UploadSet

parab_neha
Explorer
0 Kudos

Thanks Leoni for your reply. But I have already checked the SDK. After removing attachment every sample uploader shows drag and drop ("No files found") area.