Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 292 Bytes

s3multipartupload

A javascript implementation of the amazon s3 multipart uploader rest api. basic upload working.

TODO

  • pause + resume
  • delete failed upload
  • standard post for small files
  • progress bar
  • drag + drop
  • delete file
  • clean up and package into nice code.