Search

You searched for the word(s):
Showing page 2 of 2 (16 total posts) < 1 second(s)
  • Re: Ajax Uploader - ManualStartUpload="true"

    thanks for your reply Ken. &nbsp;I have reviewed this demo several times and I have looked at the source code but have not found a resolution to what I am trying to do. &nbsp;Is there &nbsp;a way to kick off some client side code on the&nbsp;FileUploaded event before heading back to the server event that handles the ...
    Posted to Ajax Uploader (Forum) by mchamo on June 15, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Hi Eric, is there anyway to achieve this using client side code without going back to the server? &nbsp;Or is there anyway to perform client side code on the file uploaded event? &nbsp;Basically, I don't want the fileuploaded event to cause a postback. &nbsp;for example, for an asp button, I can do the following code on load, to perform client ...
    Posted to Ajax Uploader (Forum) by mchamo on June 14, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Thanks Ken, that worked. &nbsp;In fact, I only had to set this:&nbsp;&lt;pages enableEventValidation=''false''&gt;&nbsp;&nbsp;I am pretty new to the Ajax Uploader control, so now that it uploads, I am trying to figure out where it uploads to, and how I can alter the location/directory of where the control uploads to? &nbsp;Is there a setting that ...
    Posted to Ajax Uploader (Forum) by mchamo on June 14, 2011
  • Ajax Uploader - ManualStartUpload="true"

    Hello,&nbsp;I am using an Ajax uploader control with ManualStartUpload=''true''. &nbsp;My problem is that on the same page, I am doing a lot of Jquery Ajax calls to populate various parts of the page. So the main page has several parts that get their HTML and data by making Jquery AJAX calls. &nbsp;While I can use the Ajax uploader control to ...
    Posted to Ajax Uploader (Forum) by mchamo on June 13, 2011
  • Re: Ajax Uploader - more control over 'Cancel All Uploads' button

    I believe I am all set on #2 above. &nbsp;It can be done by the following:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function DoCancelAll() {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var uploader = document.getElementById('&lt;%=Uploader1.ClientID %&gt;'); ...
    Posted to Ajax Uploader (Forum) by mchamo on June 10, 2011
  • Ajax Uploader - more control over 'Cancel All Uploads' button

    Hello,&nbsp;I am new to using the Ajax Uploader control. &nbsp; I am trying to use the ajax uploader tool and I have ManualStartUpload set, so the uploads don't start immediately. &nbsp;However, A user can select the files he/she wishes to upload and they get added to the page. &nbsp;After the second files is selected, a 'Cancel All Uploads' ...
    Posted to Ajax Uploader (Forum) by mchamo on June 10, 2011