Search

You searched for the word(s):
< 1 second(s)
  • Re: hiding th submit button

    I thik I've found the solution. It was quite simple and it seem to work ! &nbsp; function CuteWebUI_AjaxUploader_OnSelect(files) { var submitbutton = document.getElementById('&lt;%=SubmitButton.ClientID %&gt;'); submitbutton.style.display = ''; } function CuteWebUI_AjaxUploader_OnInitialize() { var submitbutton = ...
    Posted to Ajax Uploader (Forum) by ziofrank on January 20, 2009
  • hiding th submit button

    Hi &nbsp; Scenario: upload multiple files manually &nbsp; Is it possible to hide the Sumbit button and display it only if I've selected something to upload ? &nbsp; Then, once the upload is over, I would hide the submit button (infact, no new files selected). &nbsp; thank you. Franco &nbsp;
    Posted to Ajax Uploader (Forum) by ziofrank on January 20, 2009