|
6 rokov pred | |
---|---|---|
.. | ||
.gitignore | 6 rokov pred | |
index.html | 6 rokov pred | |
main.js | 6 rokov pred | |
package-lock.json | 6 rokov pred | |
package.json | 6 rokov pred | |
readme.md | 6 rokov pred | |
requirements.txt | 6 rokov pred | |
server.py | 6 rokov pred |
This example uses a Python Flask server and @uppy/xhr-upload
to upload files to the local file system.
First run npm install && npm run bootstrap && npm run build
in the root folder of the uppy project.
Then move into this directory (examples/python-xhr
), and:
npm install
pip install -r requirements.txt
npm start