You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great works first. This is really a nice piece of software which can help me to upload large size files. But I am not sure where I can get better documentation to implement this. If i specifically say, currently I need to get the file name at 'fileSuccess' event. My target is, after uploading the file, I should get the file name(preferably with filePath) and need to make the video file viewable in current page. I change the file name in serverside. So, it is needed to get the changed file name in 'fileSuccess' event. But sorrowly, I can not figure out how to solve. Any kind of help appreciated. Again thank you for make such a nice software and good luck.
The text was updated successfully, but these errors were encountered:
Hi,
it seems documentation contained some issues. I have made some changes a60c199.
You can get server response from fileSuccess event. It has second argument message. On server side i suggest you to return JSON with new file name. Json can be parsed with JSON.parse(json);.
If you want to access original HTML5 file object, FlowFile has file attribute.
Hoppe i helped a bit, ask if something else goes wrong.
Hello,
Thanks for the great works first. This is really a nice piece of software which can help me to upload large size files. But I am not sure where I can get better documentation to implement this. If i specifically say, currently I need to get the file name at 'fileSuccess' event. My target is, after uploading the file, I should get the file name(preferably with filePath) and need to make the video file viewable in current page. I change the file name in serverside. So, it is needed to get the changed file name in 'fileSuccess' event. But sorrowly, I can not figure out how to solve. Any kind of help appreciated. Again thank you for make such a nice software and good luck.
The text was updated successfully, but these errors were encountered: