/python-chunked-upload-example

Resumable chunked file upload via Rest API

Primary LanguagePython

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