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

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