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:

  1. real time progress bar
  2. upload speed stats
  3. pause / resume support
  4. upload directly computer amazon s3
  5. 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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -