uploader.upload Method ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Starts the upload process.

Syntax

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

Remarks

It works in the same way as if the Upload button was clicked.

Files are uploaded to the URL specified by the actionUrl property. If it is necessary to upload not just files, but some additional data, you can use the metadata properties. When upload completes, redirection to the redirectUrl occurs.

Note

When ActiveX/Java Uploader uploads files, this method call is ignored (and the appropriate button is disabled). You should stop it first using the cancelUpload() method.

See Also

Reference