MinFileSize Property

Object: XFFileCollection
Syntax: XFFileCollection.MinFileSize [= File Size in Bytes as Long]
Type: Long
Read/Write: Read/Write
Description: Sets or returns the minimum file size allowed for upload, in bytes. By default, MinFileSize is set to 0, that is, there is no minimum file size permitted for upload.
Example: The following prevents uploads that contain files smaller than 100 bytes.
SAXFile.MinFileSize = 100

Copyright © 2010 SoftArtisans, Inc. All rights reserved.