Give us feedback
chunk-it
Reactive icon

Chunk IT

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 06 September 2021 by 
5.0
 (2 ratings)
chunk-it

Chunk IT

Details
Uploads Big file in chunks and get the same file on the server.
Read more

Simple and easy component for uploading Big files in chunks without facing timeout issues while uploading large files.


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.
Release notes (1.0.1)
  • Chunk IT is now available as Application package.
  • The component was refactored to be more aligned with architecture best practices:
    • ChunkIT module renamed to ChunkIT_CS. 
      • Contains the Upload endpoint, data entities, and core actions
    • ChunkIT_CW was added.
      • Contains the public web block responsible for the upload (in the previous version, this web block was present at ChunkIT module)
  • Now it's possible to secure the upload endpoint with a secretkey to be sent via headers
  • Upload endpoint can be configured
  • Added Demo app
Reviews (0)