samuelayo 64b7f78ef2 update readme 6 éve
..
.gitignore 41ee14db75 add python example with flask 6 éve
index.html 41ee14db75 add python example with flask 6 éve
main.js 41ee14db75 add python example with flask 6 éve
package-lock.json 41ee14db75 add python example with flask 6 éve
package.json b9a0fe7051 change example name 6 éve
readme.md 64b7f78ef2 update readme 6 éve
requirements.txt 41ee14db75 add python example with flask 6 éve
server.py 41ee14db75 add python example with flask 6 éve

readme.md

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