uppy/examples/python-xhr/readme.md
2019-03-28 16:47:31 +01:00

210 B

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