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

Documentation
1.0.4

Multiple file upload for Web traditional applications:

- Low Impact on View State (Uses DataURL instead of Binary and automatically reads and stores the Files on a temporary table to clear them of the view state);

- Uses Service Actions to promote Loosely coupling;

- Allows the simultaneous upload of multiple files and of different file types;

- Accepts all file formats since it uses the standard HTML file input element;

- Allows the front end to specify the accepted file types;

- The temporary table is cleared daily (timer can be configured);

- Files are deleted depending on how old they are (time span can be configured on the site properties)

- Get files binary by their ID;

- Allows you to add more files to the temporary table without using the file upload widget, to give you comparability with other functionalities of your app;


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