node.js - How to upload a one terabyte file to Amazon S3 via webapp? -
i know how upload large files amazon s3 (> 1 terabyte)
ideally web-app upload mechanism should have:
- real time progress bar
- upload speed stats
- pause / resume support
- upload directly computer amazon s3
- memory efficient, large file can sent via web browser.
i have tried uploadify s3 via django. although looks can not handle large files well.
does know existing demo app on github or documentation using of following languages?
- rails
- django
- php
- java
recently, have goggled knox s3 library , nodejs, although haven't found demo app uploading.
try resumable.js , it's javascript library supports chunking, in chrome , firefox.
Comments
Post a Comment