Hi,
I am trying to create an app, with below requirements:
1. Can upload multiple files.
2. Should not be AutoUpload ( Need a button click before Upload triggers )
3. Cannot save Binary Data, etc. to Outsystems database.
I have set the AutoUpload param to false, When i upload a single file there is no problem, but once i upload multiple, the notify function only run once resulting the 2nd file not to be processed.
Has anyone have the same experience and how did you manage to make it work?
Thanks,
Deus.
Deus De Jesus wrote:
Hello Deus De Jesus,
You can use Multiple File Upload forge component.
Here is the link to download the forge component with demo.
https://www.outsystems.com/forge/component-overview/200/multiple-file-upload
You can check the outcome here.
https://yogesh-satpute.outsystemscloud.com/MultipleFileUploadDemo/
Hope this will resolve your problem.
Good luck!
Regards,
Yogesh Satpute
Yogesh Satpute wrote:
Hi Yogesh,
Thanks for trying it out for me, I appreciate it but It seems #2 and #3 in the requirements i need are not met.
1. The file upload should not be autoupload,
2. We should not store the binary data in anyway to Outsystems.
Hi, did you tried this to use the FileUpload from OutsystemsUIWeb:
Click on Upload1 and Add an Extend property "Multiple" to True
Hi there, I have the same issue. like this:
Any update on this topic?
Where do you want to store the files? There are components available in the Forge for Azure, AWS and Google.
Hi, thanks for your reply.
The files will be finally stored in Outsystems website. I just turned off the AutoUpload, then I don't know how to trigger the uploading process from this plugin.