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

ImageUploader.UploadFileName Property

Supported in: ActiveX , Java

File name of the specified item of the upload list.

Syntax

Get/Set Value in Runtime

JavaScript
value = getImageUploader("ImageUploaderID").getUploadFileName(Index);

Parameters

Index

A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].

Property Value

A string value that returns a file name of the specified upload list item.

See Also

Manual

Reference