Give us feedback
client-file-handler
Reactive icon

Client File Handler

version 0.0.2 (Compatible with OutSystems 11)
Uploaded on 16 October 2022 by 
5.0
 (1 rating)
client-file-handler

Client File Handler

Details
Blocks and client actions for file handle on client side.
Read more

The main objective is to enable client-side management of files and perform operations on them such as splitting them into chunks or merging them.
Operations on the "Binary" data type and in general operations on javascript objects of type file/blob can be considered dom-blocker operations.
To avoid this scenario the File Client Handler module performs most operations in a thread detached from the UX thread so as to minimize the possibility of dom being impacted.

Release notes (0.0.2)

Added two new block with relative demo:

  • File Chunker Uploader
  • Chunker Delegate Progress Bar Uploader
Reviews (0)
Team