plupload.runtimes.Html5

Namespace plupload.runtimes
Class Html5
Type Singleton
Inheritance Html5 Runtime
HMTL5 implementation. This runtime supports these features: dragdrop, jpgresize, pngresize.

Public Methods

Method Defined By
init(uploader:Uploader, callback:function):void
[static] Initializes the upload runtime.
Html5

Method details

initmethod

public static function init(uploader:Uploader, callback:function):void
Initializes the upload runtime.

Parameters

uploader:Uploader Uploader instance that needs to be initialized.
callback:function Callback to execute when the runtime initializes or fails to initialize. If it succeeds an object with a parameter name success will be set to true.