cancel
Showing results for 
Search instead for 
Did you mean: 

Instability of UploadSet control

uddhavvyas
Discoverer
0 Kudos

Hi Geeks,

So I am using the uploadset control in my SAPUI5 app on BAS and I am using the control from the latest version(1.118.0) and my app was also using the latest version(1.118.0) of sapui5.

The issue is when I tested the app locally, it is working fine but when I deployed it in the SAP BTP launchpad and tried to upload the document it is not working. The drag and drop feature of the control is working but we have the specific button to upload the document and when we click on that the file dialog popups so that we can select the file which we want to upload and when I select the file and click on the open button on the file dialog nothing happens. I have also used the events of the control such as "afterItemAdded", "beforeItemAdded", "beforeUploadStarts", "uploadComplete" but none of them were triggering. When I tried to upload on the click of the upload button which is standard feature of the uploadset control. And I even check console and network tab as well but it didn't throw any error as well.

So please if anyone has the solution to this issue then please let me know.. Thanks in advance..

In below image there you can see the upload button on the right which is not working..

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

I'd suggest creating an issue at https://github.com/SAP/openui5/issues/new with steps to reproduce based on a minimal sample. This might be, however, already fixed. So try also with the latest nightly release https://sdk.openui5.org/nightly (Or src="https://sdk.openui5.org/nightly/resources/sap-ui-core.js" to bootstrap).

BjörnB
Participant
0 Kudos

Hello,

we are currently having the same problem - did you find a solution?

Regards

Björn

BjörnB
Participant
0 Kudos

Hello,

we are currently having the same problem - did you find a solution?

Regards

Björn

View Entire Topic
rronald
Explorer
0 Kudos

Hello Uddhav.

I also have the same error with sap.ui.unified.FileUploader. I have tried older versions since 1.96.20 and the error still persists.

Have you found any solution?

Thank you very much.

uddhavvyas
Discoverer
0 Kudos

Hi Ronald, no I didn't found any solution. I raised a ticket to the SAP and the update can come anytime.

But you can try versions 1.71 series. It wil work in that.

Thank you.