AttachmentAdded, FileUpload and UploadComplete events not firing

Last post 03-04-2012, 12:06 PM by gogowater. 2 replies.
Sort Posts: Previous Next
  •  03-04-2012, 10:09 AM 73316

    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

  •  03-04-2012, 12:06 PM 73317 in reply to 73316

    Re: AttachmentAdded, FileUpload and UploadComplete events not firing

    Problem solved.  The license file is not in the bin folder.
     
    No error shows when loading the control programmatically. 
  •  03-04-2012, 12:06 PM 73318 in reply to 73316

    Re: AttachmentAdded, FileUpload and UploadComplete events not firing

    Problem solved.  The license file is not in the bin folder.
     
    No error shows when loading the control programmatically. 
View as RSS news feed in XML