2024 Jan 29 9:18 AM - edited 2024 Jan 29 5:07 PM
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:
Network Call:
Request clarification before answering.
What do we need to ask the Network Administrator here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
22 | |
9 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.