Aurigma Image Uploader 6.5 Dual
ImageUploader.MinFileSize Property
Minimum file size allowed for upload.
Syntax
Initialize
JavaScript
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("MinFileSize", "0"); //...other params... iu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setMinFileSize(value);
value = getImageUploader("ImageUploaderID").getMinFileSize();Property Value
A non-negative integer value that specifies minimum allowed file size (in bytes). If the value is 0 then there is no limit.
Default value is "0" (no limit).
See Also
Manual
Reference
- AllowMultipleSelection Property
- FileIsTooLargeText Property
- FileIsTooSmallText Property
- MaxFileCount Property
- MaxFileSize Property
- MaxTotalFileSize Property
- MessageFileSizeIsTooSmallText Property
- MessageMaxFileCountExceededText Property
- MessageMaxFileSizeExceededText Property
- MessageMaxTotalFileSizeExceededText Property
- TotalFileSize Property
- UploadFileCount Property
- UploadFileCountChange Event