Dash Resumable Upload component for large files.
This is an alternate (to dcc.Upload) dash upload component which uses resumable.js rather than just the HTML5 File API.
dash-large-upload-component relies on [this repository][https://github.com/westonkjones/dash-resumable-upload].
You can install dash-large-upload-component with pip
:
pip install dash-large-upload-component
This project was generated by the dash-component-boilerplate it contains the minimal set of code required to create your own custom Dash component.