cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.UploadCollection File Name Issue

Siarhei
Explorer
0 Kudos

Hello Experts,

We are extending mytravelandexpense Fiori application to make it able to upload multiple files using UploadCollection control.


The issue we have is that event method onBeforeUploadStarts is implemented, defined, but not called. As the result, header parameters are setup in the method OnChange that is called one time per upload, but not per file. So, we have files uploaded to SAP and properly attached to BUS2089 object, but all files have the same file name (files content is different and proper).


Could you please advise where can be the core of the issue?


Kind Regards,

Siarhei

Accepted Solutions (1)

Accepted Solutions (1)

Siarhei
Explorer
0 Kudos

Hello,

Just to keep this thread updated, we have found out that the issues is in the standard file FileUploader.js in version 1.28 that we are using currently because of SAP_BASIS version limitations.

The issue is fixed by SAP in all higher versions starting from release 1.30, but not in 1.28, even taking into account that 1.28 is still supported.

We have opened OpneUI5 ticket:

this.fireUploadStart is NOT triggered in FileUploader.js -> FileUploader.prototype.upload = f...

Kind Regards,

Siarhei

Answers (0)