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
Examples
Open File Dialog SampleReference
AllowMultipleSelection PropertyFileIsTooLargeText Property
FileIsTooSmallText Property
MaxFileCount Property
MaxFileSize Property
MaxTotalFileSize Property
MessageFileSizeIsTooSmallText Property
MessageMaxFileCountExceededText Property
MessageMaxFileSizeExceededText Property
MessageMaxTotalFileSizeExceededText Property
MinFileSize Property
UploadFileCount Property
UploadFileCountChange Event