Generates the HTML code which will embed ActiveX/Java Uploader and writes this code directly into the page.
$au.uploader('uploaderID').writeHtml();
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).