WordPress/wp-includes/js/plupload
koopersmith c06576d410 Theme Customizer: First pass for upload controls, using background image as an example. Add a wrapper for Plupload that allows for custom upload UIs. see #19910.
wp.Uploader is a wrapper that provides a simple way to upload an attachment (using the wp_ajax_upload_attachment handler). It is intentionally decoupled from the UI. When an upload succeeds, it will receive the attachment information (id, url, meta, etc) as a JSON response. If the upload fails, the wrapper handles both WordPress and plupload errors through a single handler.

As todos, we should add drag classes for the uploader dropzone and account for the rough 100mb filesize limit in most browsers. The UI for the customizer upload controls could be improved as well.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-03-15 04:14:05 +00:00
..
changelog.txt Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
handlers.dev.js Based on the current UX feedback, remove the "Insert Link" UI from under the caption fields, see #18311 2012-03-05 07:31:31 +00:00
handlers.js Compress scripts/styles: 3.4-alpha-20115. 2012-03-05 07:45:20 +00:00
license.txt Pluploader take 1, props jacobwg, see #18206 2011-07-29 08:59:35 +00:00
plupload.flash.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.flash.swf Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.html4.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.html5.js Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228 2011-11-13 02:01:13 +00:00
plupload.js Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228 2011-11-13 02:01:13 +00:00
plupload.silverlight.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.silverlight.xap Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
wp-plupload.dev.js Theme Customizer: First pass for upload controls, using background image as an example. Add a wrapper for Plupload that allows for custom upload UIs. see #19910. 2012-03-15 04:14:05 +00:00
wp-plupload.js Theme Customizer: First pass for upload controls, using background image as an example. Add a wrapper for Plupload that allows for custom upload UIs. see #19910. 2012-03-15 04:14:05 +00:00