Upload button does not work after first postback.

Last post 07-18-2012, 8:17 AM by Chris928. 2 replies.
Sort Posts: Previous Next
  •  07-17-2012, 7:59 AM 74153

    Upload button does not work after first postback.

    I have two separate update panels one containing a dropdown list that changes the content within that content panel and another updatepanel that contains the Uploader. After I select the dropdown and the content in the first updatepanel is refreshed, the button defined in the Uploaded no longer functions. Has anyone encountered this issue?
     
     
     
    <cute:Uploader ID="fuFile" runat="server"
    UploadCursor="Hand"
    InsertButtonID="btnUpload
    UploadingMsg="&nbsp; &nbsp; The file is Uploading. Please wait..." 
    MultipleFilesUpload = "false" 
    ProgressTextTemplate="%F%.. %P% %SEND%/%SIZE% , %KBPS% , %T% seconds left" 
    ShowProgressBar="false"
    ShowProgressInfo="false"> 
    </cute:Uploader>
     
     
    UPDATE:
    One clue is that the first time btnUpload is pressed, it does not cause a postback as expected. But after using the dropdown in the other update panel, btnUpload now does a postback. 
     
  •  07-17-2012, 8:19 AM 74155 in reply to 74153

    Re: Upload button does not work after first postback.

    Hi Chris928,
     
    Can you create an example page which can reproduce this issue and post the code here? I will check it and get back to you as soon as possible.
     
    Regards,
     
    Ken 
  •  07-18-2012, 8:17 AM 74166 in reply to 74153

    Re: Upload button does not work after first postback.

    I can't seem to reproduce this using a sample page and the page that I have is probably a bit big to post here. However, I have a new clue. When the page first loads, if I right click on the upload button, it says silverlight. However, after the postback, it no longer says silverlight.
View as RSS news feed in XML