|
před 6 roky | |
---|---|---|
.. | ||
.gitignore | před 6 roky | |
index.html | před 6 roky | |
main.js | před 6 roky | |
package-lock.json | před 6 roky | |
package.json | před 6 roky | |
readme.md | před 6 roky | |
requirements.txt | před 6 roky | |
server.py | před 6 roky |
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