This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.Send Method

Supported in: ActiveX , Java

Starts the upload process.

Syntax

JavaScript
getImageUploader("ImageUploaderID").Send();

Remarks

It works in the same manner as if the Send button was clicked.

Files are uploaded to the URL specified by the Action property. If it is necessary to upload not just files, but some additional data, you can use the AdditionalFormName property or the AddField() method. When upload completes, redirection to the RedirectUrl occurs.

Note

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

See Also

Manual

Reference