Hello,
Currently I have some requirements about uploading files to an external location and there are some security checks I need to perform prior to that.
I've tried to use the Upload widget provided by Outsystems and my questions are:
Thanks in advance :)
Hi Bogdan,
In order to check the file before uploading you will need to use the HTML 5 File API.
https://www.html5rocks.com/en/tutorials/file/dndfiles/
This is not (yet) implemented in OutSystems, but it might be available as one of the forge components, otherwise you could try to create your own forge component and share it with all of us :)
Kind regards,
Remco Dekkinga