OnUploadCompleted Not firing in code behind.

  •  08-31-2010, 8:53 AM

    OnUploadCompleted Not firing in code behind.

     
    Hello,
     
    I'm evaluating the Uploader before we purchase.  I've implemented the Uploader in a Dot Net Nuke environment.
     
    I can see the files uploading into the temp folder and the progress screen works fine. After it is done though it never run the UploadCompleted code. The screen refreshes and starts from the beginning.
     
     <CuteWebUI:UploadAttachments ID="Uploader1" runat="server" InsertText="Browse Files" OnUploadCompleted="Uploader1_UploadCompleted">
                             <InsertButtonStyle />
     </CuteWebUI:UploadAttachments>
     
    Thanks
     
    Tarus
     
    I can send you the code if you need it.
View Complete Thread