An open API service indexing awesome lists of open source software.

https://github.com/integralist/xhr2-multiple-file-upload--with-php-

Allow users to upload multiple files without requiring Adobe Flash Player to handle the multiple uploads (just native JavaScript)
https://github.com/integralist/xhr2-multiple-file-upload--with-php-

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

#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 `` and resizes them (keeping their aspect ratio)