python-chunked-upload-example
python-chunked-upload-example copied to clipboard
Resumable chunked file upload via Rest API
Installing dependencies
pip install -r requirements.txt
Running server
python server.py
Uploading files
python uploader.py tests/data/5MB.file
Running tests
python -m unittest tests/test_chunked_upload.py