Hi All,
I am using sap.ui.unified.FileUploader control of SAP UI5 in XML View.
But when i am calling oFileUploader.upload(); method it throws error.
Code :
<u:FileUploader id="fileUploader" name="myFileUpload" fileType="xlsx,xls" maximumFileSize="1000"
uploadUrl="//CSC-XDM02-V/UploadFile/upload"
width="400px" height="" typeMissmatch="handleTypeMissmatch" uploadComplete="handleUploadComplete">
</u:FileUploader>
error : Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
it takes around 5 sec and after that gets timed out.
Kindly advise ....
Thanks
Vivek