MoveTo() and file overwritting

  •  01-07-2009, 10:48 AM

    MoveTo() and file overwritting

    when in the sub Uploader_FileUploaded() event handler, can the args.MoveTo(destinationPath) call be set to overwrite if the file already exist? or to skip moving the file, if desired, in such a case?
     
    basically, are there any options for controlling how to handle a duplicate file situation?
     
    thanks,
    al
View Complete Thread