Hi,
I am using AjaxUploader vers. 3.020100818. Upon uploading to the web server I am using the Uploader1_FileUploaded event to write the file to a Sql Server table.
It is working fine most of the time, but all too often it will write duplicate copies of the exact same file to the database. When it does this, most of the time it is only 1 extra copy, but sometimes it may do it 3, 7 or even 9 times.
Have you had any issues with the Uploader_FileUploaded event firing more than once for an idividual file upload? I don't believe the file is actually being uploaded multiple times because the timestamps are usually within a second or so for each copy, but am guessing the event is firing more than once causing multiple writes to the database. Please help.
Thanks, Chip