|
6 лет назад | |
---|---|---|
.. | ||
.gitignore | 6 лет назад | |
index.html | 6 лет назад | |
main.js | 6 лет назад | |
package-lock.json | 6 лет назад | |
package.json | 6 лет назад | |
readme.md | 6 лет назад | |
requirements.txt | 6 лет назад | |
server.py | 6 лет назад |
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