Saves the upload list with the specified ID.

Syntax

JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").SaveUploadList(ID);
Parameters
ID
Unique integer value to save the current upload list with this identifier.

Remarks

Maximum number of upload lists allowed for saving is 50.

See Also

Examples
Restoring Upload Pane Content

Reference
LoadUploadList Method
ResetUploadList Method