Object: | SoftArtisans.FileUp | ||||
Syntax: | OverWriteFiles | ||||
Type: | Boolean | ||||
Read/Write: | Read/Write | ||||
Description: |
This property determines if an upload will overwrite an existing file on the server.
If this property is set to false, the following error will be raised at run-time when a file that already exists on the server is uploaded again:
The above error can be handled and/or the CreateNewFile property can be used to generate a new, unique filename. This property must be set before the upload is cached. In ASP, this means that the value must be set before referencing any form elements.
|
||||
Examples: | |||||
|