Skip to content

Robust file upload implementation with drag&drop, progress, chunks and streaming

Notifications You must be signed in to change notification settings

experience-experiments/xhrupload-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xhrupload-spike

This is a spike to implement robust file upload in modern browsers. Using Drag&Drop, XHR2 and File APIs.

Roadmap

We'd like to cover the following features

  • NodeJS Test server that handles streaming of uploaded files
  • Drag and drop support for adding files to upload
  • Upload progress indication
  • Multiple file support
  • Client side encryption (optional)
  • Client side file processing / validation (optional)
  • Client side chunks for large files (optional)
  • Upload progress for individual files for multiple upload (optional)
  • Resume interrupted file uploads for chunked uploads (optional)

About

Robust file upload implementation with drag&drop, progress, chunks and streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published