Hi Syncfusion Team,
I just wanted to ask something about your Uploader.
Sometimes, I am having this issue (see Exhibit A), and sometimes, the file will take long to succeed (sometimes stuck at 100% but the bar is still red) (see Exhibit B)
Exhibit A
Exhibit B
Please be informed that we are still testing it via "tomcat" locally ("localhost").
Is there anyway we can make sure that Uploader works correctly?
Here is my configuration of the Uploader.
var uploadAdditionalDocsUploader = new ej.inputs.Uploader({
asyncSettings: {
saveUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Save',
removeUrl: 'https://aspnetmvc.syncfusion.com/services/api/uploadbox/Remove'
},
autoUpload: true,
multiple: true,
maxFileSize: 100000000,
success: uploadAdditionalDocsSuccess
}, '#uploadAdditionalDocsUploader');
I appreciate your prompt response.
Please let me know if you need anything else from our end.
Kind Regards,
Clarence