This property is obsolete.

Switch that specifies whether the original file or an icon should be sent to the server, if the specified upload thumbnail could not be created.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setUploadThumbnailFallbackMode(Index, value);
value = getImageUploader("ImageUploaderID").getUploadThumbnailFallbackMode(Index);
Parameters
Index

A non-negative integer that specifies an index of the upload thumbnail (one-based). It should not exceed UploadThumbnailCount - 1 . If extra upload thumbnails are required, use the UploadThumbnailAdd method to add them.

Property Value

One of the following values:

String value Integer value Description
Icon 0 Send an icon.
SourceFile 1 Send the original file.

Remarks

This property is obsolete. Use the UploadThumbnailCompressionMode property instead.

See Also

Reference
UploadThumbnailCompressionMode Property