The big file upload component is a simple way to upload large files to the server. It uses the xhr API to upload the file in chunks (and not all at once). This way, the server can handle large files without running out of memory.
It is also able to show the progress of the upload and handle errors (in the server side).
Components
UploadBigFile
Same as the BInput component, but for big files.
UploadBigFileProgress
A progress bar connected to a UploadBigFile component.
Configuration
All configuration is done through the middleware. The following options are available: