├── js ├── Moxie.swf ├── Moxie.xap ├── jquery.plupload.queue │ ├── img │ │ ├── delete.gif │ │ ├── done.gif │ │ ├── error.gif │ │ ├── buttons.png │ │ ├── throbber.gif │ │ ├── transp50.png │ │ ├── backgrounds.gif │ │ └── buttons-disabled.png │ ├── css │ │ └── jquery.plupload.queue.css │ ├── jquery.plupload.queue.min.js │ └── jquery.plupload.queue.js ├── jquery.ui.plupload │ ├── img │ │ ├── loading.gif │ │ └── plupload.png │ ├── css │ │ └── jquery.ui.plupload.css │ └── jquery.ui.plupload.min.js ├── i18n │ ├── be_BY.js │ ├── zh_CN.js │ ├── zh_TW.js │ ├── ko.js │ ├── ja.js │ ├── he.js │ ├── sr.js │ ├── sv.js │ ├── et.js │ ├── en.js │ ├── da.js │ ├── az.js │ ├── tr.js │ ├── cy.js │ ├── hy.js │ ├── ar.js │ ├── th_TH.js │ ├── fa.js │ ├── lt.js │ ├── pl.js │ ├── ms.js │ ├── it.js │ ├── ka.js │ ├── kk.js │ ├── km.js │ ├── cs.js │ ├── sk.js │ ├── fi.js │ ├── vi.js │ ├── es.js │ ├── id.js │ ├── ku_IQ.js │ ├── bs.js │ ├── hu.js │ ├── de.js │ ├── hr.js │ ├── ro.js │ ├── pt_BR.js │ ├── ca.js │ ├── nl.js │ ├── lv.js │ ├── ru.js │ ├── bg.js │ ├── el.js │ ├── uk_UA.js │ ├── sq.js │ └── fr.js └── plupload.min.js ├── examples ├── dump.php ├── jquery │ ├── queue_widget.html │ ├── jquery_ui_widget.html │ ├── all_runtimes.html │ └── s3.php ├── custom.html ├── upload.php └── events.html ├── readme.md └── license.txt /js/Moxie.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/Moxie.swf -------------------------------------------------------------------------------- /js/Moxie.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/Moxie.xap -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/delete.gif -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/done.gif -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/error.gif -------------------------------------------------------------------------------- /js/jquery.ui.plupload/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.ui.plupload/img/loading.gif -------------------------------------------------------------------------------- /js/jquery.ui.plupload/img/plupload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.ui.plupload/img/plupload.png -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/buttons.png -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/throbber.gif -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/transp50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/transp50.png -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/backgrounds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/backgrounds.gif -------------------------------------------------------------------------------- /js/jquery.plupload.queue/img/buttons-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tes/plupload/master/js/jquery.plupload.queue/img/buttons-disabled.png -------------------------------------------------------------------------------- /examples/dump.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |Shows the form items posted.
12 | 13 || Name | 16 |Value | 17 |
|---|---|
| 21 | | 22 | |
Shows you how to use the core plupload API.
23 | 24 |You can see this example with different themes on the www.plupload.com website.
30 | 31 | 38 | 39 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /examples/upload.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Your browser doesn't have Flash, Silverlight or HTML5 support.
79 |Your browser doesn't have Flash, Silverlight or HTML5 support.
23 |