Starts the upload process.

Syntax

JavaScript CopyCode imageCopy Code
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.

NoteNote

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

Examples
Customizing Buttons
Photo Order Sample

Reference
ButtonSendText Property
DeleteUploadedFiles Property
Stop Method
Action Property
FilesPerOnePackageCount Property
TimeOut Property
CurrentConnectionId Property
MaxConnectionCount Property
Progress Event
AutoRecoverMaxTriesCount Property
AutoRecoverTimeOut Property
ProgressDialogWaitingForRetryText Property
UncheckUploadedFiles Property