Cannot enable button

Last post 07-24-2009, 9:00 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  07-24-2009, 8:42 AM 54241

    Cannot enable button

    I have two buttons in my page. The 'select image' button and a 'start upload' button.
    The 'start upload' button is disabled by default, but should be enabled when I click the 'select image' button.
     
    Just can't get it to work, because the events OnClientClick AND OnClick doesn't seem to be working on the 'select image' button.
     
    (it's a ManualStartUpload with a custom InsertButtonID)
  •  07-24-2009, 9:00 PM 54268 in reply to 54241

    Re: Cannot enable button

    Hi,
     
    The onclick event of the browse button is overrided by the uploader script.
     
    You need use the uploader javascript API to implement your request:
     
     
    check the OnSelect event.
     
    Regards,
    Terry
     
View as RSS news feed in XML