samuelayo 2ad6f5236c Update upload.php 6 years ago
..
uploads 16011719a9 update header for allow headers 6 years ago
.gitignore 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
index.html b2f467a980 Update index.html 6 years ago
main.js 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
package-lock.json 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
package.json 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
readme.md 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
requirements.txt 8ee50e4a76 Add PHP example, also update node example to log out 6 years ago
upload.php 2ad6f5236c Update upload.php 6 years ago

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