chunk-it
Reactive icon

Chunk IT

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 15 March 2024
 by 
5.0
 (2 ratings)
chunk-it

Chunk IT

Documentation
1.0.2

This component helps for uploading Big files in smaller bits without facing timeout issues while uploading large files.

With the use of action and events you can easily save the large size file to any server.

How to use this component?

  1. Use UploadFile web block in order to give upload functionality in your application.
  2. Use Progress Event to get real-time upload progress percent.
  3. OnComplete event to notify completion of the upload.
  4. Use client actions AbortUpload and ResumeUpload to pause and resume the uploading process respectively.

1.0.1

This component helps for uploading Big files in smaller bits without facing timeout issues while uploading large files.

With the use of action and events you can easily save the large size file to any server.

How to use this component?

  1. Use UploadFile web block in order to give upload functionality in your application.
  2. Use Progress Event to get real-time upload progress percent.
  3. OnComplete event to notify completion of the upload.
  4. Use client actions AbortUpload and ResumeUpload to pause and resume the uploading process respectively.