uppy/examples/python-xhr
2019-03-28 16:47:31 +01:00
..
.gitignore add python example with flask 2019-03-28 16:33:59 +01:00
index.html add python example with flask 2019-03-28 16:33:59 +01:00
main.js add python example with flask 2019-03-28 16:33:59 +01:00
package-lock.json add python example with flask 2019-03-28 16:33:59 +01:00
package.json change example name 2019-03-28 16:37:51 +01:00
readme.md update readme 2019-03-28 16:47:31 +01:00
requirements.txt add python example with flask 2019-03-28 16:33:59 +01:00
server.py add python example with flask 2019-03-28 16:33:59 +01:00

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