plupload.runtimes.Html4

Namespace plupload.runtimes
Class Html4
Type Singleton
Inheritance Html4 Runtime
HTML4 implementation. This runtime has no special features it uses an form that posts files into an hidden iframe.

Public Methods

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

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.