Object: | SoftArtisans.FileUp | ||||
Syntax: | CreateNewFile[=Boolean] | ||||
Type: | Boolean | ||||
Read/Write: | Read/Write | ||||
Description: |
This property can generate unique file names. If CreateNewFile is set to TRUE, FileUp will automatically append an underscore and a number between 0 and 999 to the name of the file being uploaded, if a file with the same name already exists in the upload directory. CreateNewFile is set to FALSE by default. To use this property, set CreateNewFile to TRUE, after creating an instance of the FileUp object, and before referencing any form elements.
|
||||
Examples: | |||||
|