I am trying to implement a file upload in a UI5 application on a HANA XS Server. I am unable to find information, how to do that - somebody got an idea?
Hi, @Saanvi Sharma. You can use the sap.m.UploadCollection control to provide the user interface and then you can post the content to the XSJS service and handle the saving there. Depending on the requirements, you can save it as a BLOB in the HANA Database. There's a SCN post about it too.