Click to See Complete Forum and Search --> : Asyncfileupload won't upload same file twice


peachy0685
November 29th, 2010, 04:31 AM
Hi,

I'm developing a website using .NET 3.5 and I'm having problems with the asyncfileupload control.

The problem occurs when you upload a file, and then try upload the same file again. On the second upload, none of the clientside nor serverside methods fire. Everything works fine if you upload one file, upload a file with a different name and then upload the first one again.

This is a bit if a pain because on the page i allow the user to delete the uploaded images so i need the functionality to upload a file with the same name as the previous upload.

Has anyone else encountered this and are there any work arounds?

Cheers