An open API service indexing awesome lists of open source software.

https://github.com/mesuutt/python-chunked-upload-example

Resumable chunked file upload via Rest API
https://github.com/mesuutt/python-chunked-upload-example

bottlepy chunked-uploads

Last synced: 5 months ago
JSON representation

Resumable chunked file upload via Rest API

Awesome Lists containing this project

README

          

### 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
```