Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadFileType Property
File type of the specified item of the upload list.
Syntax
Get/Set Value in Runtime
JavaScript
value = getImageUploader("ImageUploaderID").getUploadFileType(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 type of the specified upload list item.
See Also
Reference
- UploadFileAngle Property
- UploadFileCount Property
- UploadFileCountChange Event
- UploadFileDescription Property
- UploadFileFocused Property
- UploadFileFormat Property
- UploadFileGuid Property
- UploadFileHeight Property
- UploadFileHorizontalResolution Property
- UploadFileName Property
- UploadFileRemove() Method
- UploadFileSelected Property
- UploadFileSize Property
- UploadFileVerticalResolution Property
- UploadFileWidth Property
- Index Property