FileUploadStreamProvider.ExistingAction Enumeration
Enumeration of the possible actions to take when trying to upload to a file that exists.
Declaration SyntaxC#public enum ExistingAction Visual BasicPublic Enumeration ExistingAction Members| Member | Description |
|---|
| Overwrite |
Overwrite the file.
| | Exception |
Throw an exception, causing an error and aborting the upload.
| | Rename |
Change the name of the new location by adding a number.
|
Assembly: Krystalware.SlickUpload, Version: 4.0
|