Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 316 Bytes

File metadata and controls

8 lines (5 loc) · 316 Bytes

tornado-asynchronous-file-handler

Demonstrates a server that receives a multipart-form-encoded set of files in an HTTP POST, or streams in the raw data of a single file in an HTTP PUT.

just run file_receiver and file_uploader

python3 file_uploader.py image1.jpg movie1.mp4 etc

python3 file_receiver.py