Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lloydzhou/tornado-stream-upload

streaming upload plugin for tornado. can upload the file from "multipart/form-data", save it into file system or mongodb, and set the metadata into request arguments.
https://github.com/lloydzhou/tornado-stream-upload

Last synced: 7 days ago
JSON representation

streaming upload plugin for tornado. can upload the file from "multipart/form-data", save it into file system or mongodb, and set the metadata into request arguments.

Awesome Lists containing this project

README

        

# tornado-stream-upload
streaming upload plugin for tornado. can upload the file from "multipart/form-data", save it into file system or mongodb, and set the metadata into request arguments.