/** * jquery.ui.plupload.js * * Copyright 2017, Ephox * Released under AGPLv3 License. * * License: http://www.plupload.com/license * Contributing: http://www.plupload.com/contributing * * Depends: * jquery.ui.core.js * jquery.ui.widget.js * jquery.ui.button.js * jquery.ui.progressbar.js * * Optionally: * jquery.ui.sortable.js */ /* global jQuery:true */ /** jQuery UI based implementation of the Plupload API - multi-runtime file uploading API. To use the widget you must include _jQuery_ and _jQuery UI_ bundle (including `ui.core`, `ui.widget`, `ui.button`, `ui.progressbar` and `ui.sortable`). In general the widget is designed the way that you do not usually need to do anything to it after you instantiate it. But! You still can intervenue, to some extent, in case you need to. Although, due to the fact that widget is based on _jQuery UI_ widget factory, there are some specifics. See examples below for more details. @example
Your browser doesn't have Flash, Silverlight or HTML5 support.