Aurigma Image Uploader 6.5 Dual
ImageUploader.TotalFileSize Property
Total size of all files selected for the upload.
Syntax
Get/Set Value in Runtime
JavaScript
value = getImageUploader("ImageUploaderID").getTotalFileSize();Property Value
A non-negative integer read-only value that returns total size of all files selected for upload (either checked or placed to the upload list).
Default value is "".
See Also
Manual
Reference
- AllowMultipleSelection Property
- FileIsTooLargeText Property
- FileIsTooSmallText Property
- MaxFileCount Property
- MaxFileSize Property
- MaxTotalFileSize Property
- MessageFileSizeIsTooSmallText Property
- MessageMaxFileCountExceededText Property
- MessageMaxFileSizeExceededText Property
- MessageMaxTotalFileSizeExceededText Property
- MinFileSize Property
- UploadFileCount Property
- UploadFileCountChange Event