Upload large files using resumable.js
Project description
📤 dash-uploader
The upload package for Dash applications using large data files.
🏠 Homepage & Documentation
https://github.com/np-8/dash-uploader
Short summary
💾 Data file size has no limits. (Except the hard disk size)
☎ Call easily a callback after uploading is finished.
📦 Upload files using resumable.js
✅ Works with Dash 1.1.0.+ & Python 3.6+. (Possibly with other versions, too)
Installing
pip install dash-uploader
Usage
Simple example
import dash
import dash_html_components as html
import dash_uploader as du
app = dash.Dash(__name__)
# 1) configure the upload folder
du.configure_upload(app, r"C:\tmp\Uploads")
# 2) Use the Upload component
app.layout = html.Div([
du.Upload(),
])
if __name__ == '__main__':
app.run_server(debug=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_uploader-0.3.1.tar.gz
(64.6 kB
view details)
File details
Details for the file dash_uploader-0.3.1.tar.gz.
File metadata
- Download URL: dash_uploader-0.3.1.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35f78d64d258fdb3158e5f3337b30cd577bde163cd7dc25a444f84b2633cd979
|
|
| MD5 |
05704287218e03b59dc42651e972ba96
|
|
| BLAKE2b-256 |
6acd04306aede827dfaef0e81ed8285731ed42d6cba3d83e151dd5a18744ae1b
|