Indicates 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; }
true
, if a file with the same name in the destination folder should be overwritten by a file uploaded using the upload token. If this value is false
, name collisions will result in an upload error. The default is false
.