Starts the upload process.
getImageUploader("ImageUploaderID").Send();
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.
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.