cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 - FileUploader clearing issue after submit it to backend

0 Kudos

Hi Team, We have claim application in SAPUI5. In that app there is a sap.m.Table which has various column including FileUploade ui element. We can have n numbers of row. After we click on button the data is going to backend and come back to display/detail screen accordingly. In case we would like to edit the saved or submitted record again, it is not clearing the previously selected file. Though we cleared respected data, still it is showing same previous selected file. Could you please help here on how to clear the previous selected file? Please find the screenshot below for better understanding. Thank in advance for your help.

Accepted Solutions (1)

Accepted Solutions (1)

WouterLemaire
Active Contributor
0 Kudos

The easiest solution would be to update the list again from the backend. In case the list is bound to an odata model, you could simply use the refresh function of the model.


kr, Wouter

0 Kudos

Hi Wouter,

Its working fine after odata model refresh.

Answers (0)