Created on 13 May 2020
icon_unfollowing
Login to follow
multiple-file-upload-traditional

TraditionalWeb - Multiple File Upload

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 11 February 2021 by 
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)
Category
User interface, Input & forms
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
TraditionalWeb - Multiple File Upload has 2 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.542 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads