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

uploadPane.saveUploadList(Number) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Saves the upload list with the specified id.

Syntax

JavaScript
$au.uploader('uploaderID').uploadPane().saveUploadList(id);

Parameters

id

Type: Number

Unique integer value to save the current upload list with this identifier.

Remarks

Note

Image Uploader Express does not restore upload lists. See the Comparison of Image Uploader Editions topic for details.

Maximum number of upload lists allowed to be saved is 50.

See Also

Reference

Manual