Updating webpage after upload has completed

  •  10-02-2009, 10:29 AM

    Updating webpage after upload has completed

    Hi,
     
    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.
     
    I have tried putting btnButton.visible = true in the Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and even though I can see that it is reaching this code (using breakpoints), the button does not become visible.
     
    Any ideas greatly appreciated!
     
    Anthony
View Complete Thread