mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
| .. | ||
| .gitignore | ||
| index.html | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| requirements.txt | ||
| server.py | ||
Uppy + Python xhr Example
This example uses @uppy/xhr to upload files to the local file system.
Run it
Move into this directory, then:
npm install
pip install -r requirements.txt
npm start