cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload from frontend to backend taking more time

Sadhana
Discoverer
0 Kudos
405

 

 

We are using FileUploader Control in sapui5. When a file is uploaded, the change event of FileUploader is triggered where we are setting the upload URL, then fetching the file uploader instance using its id and then making the UPLOAD call. 

In backend we are storing the uploaded file in AL11. 

This is taking almost 40s to upload one file of 25 MB and our maximum file size limit is 30 MB.

Is there a way to upload same file in less time? Also attached screenshot of Trace during file upload

var oFileUploader = this.getView().byId("VisaAppFileUpl");
oFileUploader.removeAllHeaderParameters();
oFileUploader.setUploadUrl(“--- URL ---”);
oFileUploader.upload(false);

 

Trace screenshot:

Sadhana_0-1706519531021.png

Network Call:

Sadhana_0-1706548054144.png

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Sadhana
Discoverer
0 Kudos

What do we need to ask the Network Administrator here?

Sandra_Rossi
Active Contributor
0 Kudos
Please don't post your question as a solution.