Skip to content

Allow users to upload multiple files without requiring Adobe Flash Player to handle the multiple uploads (just native JavaScript)

Notifications You must be signed in to change notification settings

kressly/XHR2-Multiple-File-Upload-with-PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Upload multiple files with native JavaScript (XHR2) No Adobe Flash Player plugin needed.

##Browser Requirements

  • addEventListener
  • FileReader
  • FormData

##Supported Browsers As of March 2012 the following browsers support the above requirements:

  • Firefox 4+
  • Google Chrome 7+

Want image resizing without bothering the server or sucking its resources?

See the canvas branch as that script uploads multiple files too but also throws the images into <canvas> and resizes them (keeping their aspect ratio)

About

Allow users to upload multiple files without requiring Adobe Flash Player to handle the multiple uploads (just native JavaScript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • CSS 27.5%
  • PHP 14.9%
  • HTML 7.9%