Hi,
I have a working AsyncFileUpload and the AsyncFileUpload_UploadedComplete function gets called and then I save the file with a filename from a TextBox on the same page.
This Textbox is also used in conjunction with a search button to look for already uploaded files.
So after an upload, when I change the filename in the TextBox and press the button the previously uploaded file gets uploaded again with the new filename because AsyncFileUpload_UploadedComplete fires again on postback.
How can I prevent this from happening?