multiple-file-upload-traditional
Web icon

TraditionalWeb - Multiple File Upload

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded
 on 11 February 2021
 by 
5.0
 (4 ratings)
multiple-file-upload-traditional

TraditionalWeb - Multiple File Upload

Details
The version of the multiple file upload Widget for Web tradional
Read more

Traditional Multiple File Upload Widget. 

Uses service actions to store the files in a temporary table. You can choose to save the files using DataURL or Binary data. All Standard file types are supported.

Uses service actions to store the files in a temporary table.

You can choose to save the files using DataURL or Binary data.

All Standard file types are supported.

Please check the demo if you have any doubts regarding the implementation.


JS Script:

1. Get all the files uploaded by the user from the FileUpload widget
2. Convert them into DataURL files
3. Add them to a JSON array of file objects
4. If all files have been processed:
    4.1 Populate the FilesListJSON_input with the JSON string
    4.2 Click the save files button to run the OutSystems side of the implementation






Release notes (1.0.4)

Update the length of the MimeType attribute to 250 chars. 

https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types

https://stackoverflow.com/questions/643690/maximum-mimetype-length-when-storing-type-in-db#:~:text=According%20to%20RFC%204288%20%22Media,can%20be%20max%20127%20characters.

Reviews (0)
Team
Other assets in this category