Rank: Member Groups: Member
Joined: 7/5/2008 Posts: 12
|
I don't want the uploader to automatically overwrite a file with the same name. Is there away to handle this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe the uploader creates a new file name when it sees the file already exisit. For example, if you try to upload "abc.dat" and it's already there, it would save the new copy as "abc 2.dat". Obviously, if you are not happy with that naming scheme, you would just handle the uploader's FileUploaded event and do whatever you'd like to do (Move/Rename/Delete or whatever).
Thanks
|