AttachmentAdded, FileUpload and UploadComplete events not firing

  •  03-04-2012, 10:09 AM

    AttachmentAdded, FileUpload and UploadComplete events not firing

    Hi, I am new to the AjaxUploader.  I have this legacy asp.net 1.1 that needs multi-file upload.  I tested AjaxUploader, the function seems to work, I see the file in the temp folder.  However, the AttachmentAdded, FileUpload and UploadComplete events are not firing after each file upload.  The Load, FileValidating and PreRender are working ok.  Am I missing something in the property settings?
     
    Thanks in advance. 
     
    UI: 

    <ajax:AjaxPanel id="AjaxPanel1" runat="server">

    <cc1:UploadAttachments id="FileUploader" runat="server" MultipleFilesUpload="true" InsertText="Upload Files"

    TempDirectory="./uploads"></cc1:UploadAttachments>

    </ajax:AjaxPanel>

     Codes:

            Private Sub Attachments1_AttachmentAdded(ByVal sender As Object, ByVal args As CuteWebUI.AttachmentItemEventArgs) Handles FileUploader.AttachmentAdded

            End Sub

View Complete Thread