Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/Ext.ux.upload

SWFupload + html5 drag&drop + progressbars for ExtJs
https://github.com/revolunet/Ext.ux.upload

Last synced: 3 months ago
JSON representation

SWFupload + html5 drag&drop + progressbars for ExtJs

Awesome Lists containing this project

README

        

Ext.ux.upload
====================

see docs folder for ExtJs style documentation

For the upload/flash to work, you need to host this on a http server !

**Features :**

* html5 drag&drop (FF+Chrome)
* [SWFupload][1] integration(IE/Chrome/FF)
* simultaneous multiple file uploads
* progressbars

**limitations :**

* you cannot pass POST data while uploading :/

**server side infos :**

* use raw post data for drag&drop files (eg: php input)
* use standard request.FILES for SWFuploaded ones

**requirements**

* [ExtJs][2] >= 3.2.1

[1]: www.swfupload.org/
[2]: http://wwww.extjs.com