multiple file upload issues : AttachmentAdded

Last post 12-22-2008, 5:50 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  12-21-2008, 10:16 PM 47156

    multiple file upload issues : AttachmentAdded

    Hi Guys,

    Im trying to upload multiple files, upload is working, however AttachementAdded method seems to be called 1 extra time.
     
    So in my case I am uploading 2 files - 1.jpg and 2 jpg.

    protected void Attachments1_AttachmentAdded(object sender, CuteWebUI.AttachmentItemEventArgs args)

    method called 3 times so when I display what gets uploaded e.g. Response.Write(strFullFileName + "<br>"); I get this:
     
    1.jpg
    1.jpg
    2.jpg
     
    Thanks for your help in advance
    Dima
  •  12-22-2008, 5:50 AM 47160 in reply to 47156

    Re: multiple file upload issues : AttachmentAdded

    Dima,
     
    Please make sure you are using the last version. Uploader had a bug before that handle the file twice, and had been fixed.
     
    Now I am not able to reproduce this issue.
     
    Regards,
    Terry
View as RSS news feed in XML