A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/moxiecode/plupload/wiki/Uploader below:

Uploader · moxiecode/plupload Wiki · GitHub

Important! This page is auto-generated from the comments in the source files. All changes will be overwritten! If you are looking to contribute, modify the comment in the corresponding source file instead.

Arguments

Unique id for the Uploader instance.

Current state of the total uploading progress. This one can either be plupload.STARTED or plupload.STOPPED. These states are controlled by the stop/start methods. The default value is STOPPED.

Map of features that are available for the uploader runtime. Features will be filled before the init event is called, these features can then be used to alter the UI for the end user. Some of the current features that might be in this map is: dragdrop, chunks, jpgresize, pngresize.

Current runtime name.

Current upload queue, an array of File instances.

Object with name/value settings.

Total progess information. How many files has been uploaded, total percent etc.

Initializes the Uploader instance and adds internal event listeners.

Set the value for the specified option(s).

Arguments

Get the value for the specified option or the whole configuration, if not specified.

Arguments

Refreshes the upload instance by dispatching out a refresh event to all runtimes. This would for example reposition flash/silverlight shims on the page.

Starts uploading the queued files.

Stops the upload of the queued files.

Disables/enables browse button on request.

Arguments

Returns the specified file object by id.

Arguments

Adds file to the queue programmatically. Can be native file, instance of Plupload.File, instance of mOxie.File, input[type="file"] element, or array of these. Fires FilesAdded, if any files were added to the queue. Otherwise nothing happens.

Arguments

Removes a specific file.

Arguments

Removes part of the queue and returns the files removed. This will also trigger the FilesRemoved and QueueChanged events.

Arguments

Dispatches the specified event name and its arguments to all listeners.

Arguments

Check whether uploader has any listeners to the specified event.

Arguments

Adds an event listener by name.

Arguments

Removes the specified event listener.

Arguments

Removes all event listeners.

Destroys Plupload instance and cleans after itself.

Fires when the current RunTime has been initialized.

Arguments

Fires after the init event incase you need to perform actions there.

Arguments

Fires when the option is changed in via uploader.setOption().

Arguments

Fires when the silverlight/flash or other shim needs to move.

Arguments

Fires when the overall state is being changed for the upload queue.

Arguments

Fires when browse_button is clicked and browse dialog shows.

Arguments

Fires for every filtered file before it is added to the queue.

Arguments

Fires when the file queue is changed. In other words when files are added/removed to the files array of the uploader instance.

Arguments

Fires after files were filtered and added to the queue.

Arguments

Fires when file is removed from the queue.

Arguments

Fires just before a file is uploaded. Can be used to cancel the upload for the specified file by returning false from the handler.

Arguments

Fires when a file is to be uploaded by the runtime.

Arguments

Fires while a file is being uploaded. Use this event to update the current file upload progress.

Arguments

Fires just before a chunk is uploaded. This event enables you to override settings on the uploader instance before the chunk is uploaded.

Arguments

Fires when file chunk is uploaded.

Arguments

Fires when a file is successfully uploaded.

Arguments

Fires when all files in a queue are uploaded.

Arguments

Fires when a error occurs.

Arguments

Fires when destroy method is called.

Arguments


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4