|
преди 5 години | |
---|---|---|
.. | ||
.gitignore | преди 6 години | |
index.html | преди 6 години | |
main.js | преди 6 години | |
package.json | преди 5 години | |
readme.md | преди 5 години | |
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.
To run this example, make sure you've correctly installed the root repository:
npm install
npm run build
Then move into this directory (examples/python-xhr
), and:
pip install -r requirements.txt
npm start