Gets or sets a value indicating whether a file with the same name in the destination folder should be overwritten by a file uploaded using the upload token.
Namespace:
Aurigma.ImageUploader.Nirvanix
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property FileOverwrite As Boolean
public bool FileOverwrite { get; set; }
Type: System.Boolean
If true
, a file with the same name in the destination folder will be overwritten by a file uploaded using the upload token. Otherwise, name collisions will result in an upload error.
Default value is false.