samuelayo 16011719a9 update header for allow headers há 6 anos atrás
..
uploads 16011719a9 update header for allow headers há 6 anos atrás
.gitignore 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
index.html b2f467a980 Update index.html há 6 anos atrás
main.js 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
package-lock.json 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
package.json 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
readme.md 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
requirements.txt 8ee50e4a76 Add PHP example, also update node example to log out há 6 anos atrás
upload.php 39af08c076 Change if/else to try catch há 6 anos atrás

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