Skip to content

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.

Notifications You must be signed in to change notification settings

fatemeh-mohseni-AI/tornado-asynchronous-file-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages