Search

You searched for the word(s):
< 1 second(s)
  • Re: Can same uploader be fired from multiple InsertButtonIDs?

    Thanks Ken.I tried using -&nbsp;&nbsp; &nbsp;function OnButtonClick() {&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;var uploader = document.getElementById('&lt;%=MyUploader.ClientID%&gt;')&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;uploader.startbrowse();&nbsp;&nbsp; &nbsp;}&nbsp;&nbsp;But Google Chrome is blocking it. So I guess I'll use multiple uploaders.
    Posted to Ajax Uploader (Forum) by zigzag on April 4, 2011
  • Can same uploader be fired from multiple InsertButtonIDs?

    Hi,&nbsp;I am pretty new to web programming and don't know much Java Script.I have an ajax uploader and few LinkButtons on one page. How can I fire up the uploader (I mean the browse windows comes up) by clicking any of the LinkButtons? Can I specify multiple LinkButtons in the InsertButtonId property of the uploader?Any solution will be ...
    Posted to Ajax Uploader (Forum) by zigzag on April 2, 2011