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.6.1.tar.gz
(72.4 kB
view details)
File details
Details for the file dash_uploader-0.6.1.tar.gz
.
File metadata
- Download URL: dash_uploader-0.6.1.tar.gz
- Upload date:
- Size: 72.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a7e9ff11db0611d8c43042d0731cfa86022b5a605366b27398e0c5c470e5c29 |
|
MD5 | cebaf2219dbfae76256861ee57fcb5f2 |
|
BLAKE2b-256 | 12598338f4dc4e3d3163e01e063b2c964e450d8ff1af139ebe1e19265f816ad4 |