Skip to content

mesuutt/python-chunked-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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