Skip to main content

Upload large files using resumable.js

Project description

GitHub tag (latest by date) PyPI PyPI - Downloads GitHub

upload large files with dash-uploader

📤 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


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.4.1.tar.gz (428.3 kB view details)

Uploaded Source

File details

Details for the file dash_uploader-0.4.1.tar.gz.

File metadata

  • Download URL: dash_uploader-0.4.1.tar.gz
  • Upload date:
  • Size: 428.3 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

Hashes for dash_uploader-0.4.1.tar.gz
Algorithm Hash digest
SHA256 a7b68f6939b5e467c9e83e114eae195aed9ba91a1bfc03abda239280a5ff37a8
MD5 52663fc8307349323f0006350ef430c2
BLAKE2b-256 2a5d10abc426dae89ec683bbd0c3217b9d8276af38147e2c333a5e3f279aa3db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page