Rank: Newbie Groups: Member
Joined: 7/31/2012 Posts: 5
|
Good Afternoon,
How we can overwrite the existing file in the Final File Location using Ajax File Uploader. Also the tempfile location is not deleting the uploaded file. could you please help me?.
Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
How to overwrite existing files in your final file location is up to you. You can handle the uploader's FileUploaded event and do whatever you want/need to do there.
You do not need to worry about the temp files in temp file location. They will eventually be deleted.
Thanks
|