Search

You searched for the word(s):
< 1 second(s)
  • Re: File not uploading

    BUMP! &nbsp; I have a user experiencing the same thing. It works fine for me and most users but I have had a report and a screenshot of it getting stuck. &nbsp; They have a 50KB file and the progress bar gets stuck on 100% and says '1 seconds remaining'. &nbsp; Any ideas what this could&nbsp;be? &nbsp; Thanks, &nbsp; Anthony
    Posted to Ajax Uploader (Forum) by ASimps on October 8, 2009
  • Re: Updating webpage after upload has completed

    Odd thing is&nbsp;- now I can see the button, the user has to click the button twice before anything happens. &nbsp; The first click just puts focus on the button, but causes nothing to happen. A second click is required to actually cause the event handler to be called. &nbsp; I'm not an MS AJAX expert - anyone got any ideas what this could ...
    Posted to Ajax Uploader (Forum) by ASimps on October 5, 2009
  • Re: Updating webpage after upload has completed

    Hi Terry, &nbsp; Yes - that was it! Silly me...! &nbsp; Thank you very much, &nbsp; Anthony
    Posted to Ajax Uploader (Forum) by ASimps on October 5, 2009
  • Re: Updating webpage after upload has completed

    Hi jpchatt, &nbsp; I set it in the Page_Load method like: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not IsPostBack Then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; btnButton.Visible = False &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If &nbsp; &nbsp;
    Posted to Ajax Uploader (Forum) by ASimps on October 2, 2009
  • Updating webpage after upload has completed

    Hi, &nbsp; I am using the AJAXUploader and it is working beautifully. However, I want a button to become visible on the .aspx page after the upload has been completed. &nbsp; I have tried putting btnButton.visible = true in the&nbsp;Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and&nbsp;even though I can see that it is ...
    Posted to Ajax Uploader (Forum) by ASimps on October 2, 2009