Skip to content

llarsson/tornado-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-file-upload

File uploads using Python Tornado working example.

This example is intended as a basis for "serious" file upload handling, so some error checking and logging is done. It does not stream the file contents, so make sure to use it only for small files!

usage

  1. Clone the repo.
  2. Run "make virtualenv" to get a virtualenv.
  3. Install requirements using "make init".
  4. Run the main.py file, optionally supplying it with a port and a debug flag as options.

About

File uploads using Python Tornado working example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published