cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am trying to insert data into database tables using excel file, for which I am using UI5 File Uploader, and calling Java Servlet in the backend. My requirement is to capture all the logs(which DB entries were updated, which failed, etc), and display this on UI.

My issue is I am unable to read this information, because the UploadComplete event of file uploader is getting triggered even before the file processing is complete in the backend.

Do you know if there is any other way to handle this? Any help/suggestions highly appreciated.

Thanks

0 Likes
View Entire Topic
sunil_khemchand2
Participant
0 Likes

Hi Mahesh,

I am uisng a Java Servlet, not Odata service.

Regards,

Sunil

maheshpalavalli
Active Contributor
0 Likes

Then are you calling the java servlet manually to update the excel file to db?