📤 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)
Release files for dash-uploader 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dash_uploader-0.4.1.tar.gz | 428.3 kB | Details |
Release files / dash_uploader-0.4.1.tar.gz
| Download URL | dash_uploader-0.4.1.tar.gz |
|---|---|
| Size | 428.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a7b68f6939b5e467c9e83e114eae195aed9ba91a1bfc03abda239280a5ff37a8
|
|
BLAKE2b-256 checksum How to use checksums |
2a5d10abc426dae89ec683bbd0c3217b9d8276af38147e2c333a5e3f279aa3db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|