Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lloydzhou/tornado-stream-upload
- Owner: lloydzhou
- Created: 2015-04-16T05:33:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T10:46:57.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T05:25:24.147Z (22 days ago)
- Language: Python
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.