uploader.writeHtml Method ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Generates the HTML code which will embed ActiveX/Java Uploader and writes this code directly into the page.

Syntax

JavaScript
$au.uploader('uploaderID').writeHtml();

Remarks

Note

As soon as you call the writeHtml(), all necessary HTML code is inserted into the page at the current position. Alternatively, you can get the string with appropriate HTML code using the getHtml() method, and write it to the necessary position manually (maybe with some modifications).

See Also

Manual