cancel
Showing results for 
Search instead for 
Did you mean: 

catch/handle error upload() method in SAPUI5

04-23-2024 10:50 PM
UlisesCasal Explorer
388 views 0 comments
0 Likes
SAP Managed Tags
Labels
FilesFiori SAPUI5SAPUI5
Subscribe

Hi experts,

im using upload method from class sap.ui.unified.FileUploader. I want to catch/handle the error from FileUploader.upload().

i need this error becouse upload method never executes handeUploadComplete 

This is the definition of oFileUploader

var oFileUploader = new FileUploader({
				id: "Hello",
				name: "Hello",
				tooltip: "something",
				uploadComplete: [this.handleUploadComplete, this],
				change: [this.onFileChange, this],
				width: '100%'
			});

 

0 Likes

Accepted Solutions (0)

Answers (0)