Search

You searched for the word(s):
Showing page 1 of 2 (16 total posts) < 1 second(s)
  • Ajax uploader - Cancel All button

    two simple questions.&nbsp;1. &nbsp;How do I hide the cancel all button?&nbsp;2. How do I apply a specific css style to the cancel all button?&nbsp;I've played around with trying to do the above two tasks without success. &nbsp;The only success, I got was to write CSS for the button element as follows:&nbsp;button { /* my own css goes here ...
    Posted to Ajax Uploader (Forum) by mchamo on July 27, 2011
  • Re: AJAX uploader - hiding in JS or Jquery

    I think I am all set. &nbsp;I managed to do this by wrapping a div around the ajax uploader control. &nbsp;I then hide and show this div using jquery .hide() and .show() functions. &nbsp;Let me know if anyone has a better way of doing this.
    Posted to Ajax Uploader (Forum) by mchamo on July 14, 2011
  • AJAX uploader - hiding in JS or Jquery

    Hi,&nbsp;How I hide the ajax uploader control in javascript or in Jquery? &nbsp;I have a situation where I need to hide the ajax uploader for some scenarios and display it for other scenarios, but I need to do this on the client side. &nbsp;I tried setting display to none in JS or Jquery but the control still shows. &nbsp;I noticed that if I set ...
    Posted to Ajax Uploader (Forum) by mchamo on July 14, 2011
  • Re: Clearing Ajax Uploader items

    Thanks. &nbsp;So based on your example. we have to remove the files one at a time? &nbsp;There is no one call to remove all the files?&nbsp;&nbsp; Kenneth:Hi mchamo, &nbsp; Please try the example below &nbsp; &lt;%@&nbsp;Page&nbsp;Language=''C#''&nbsp;%&gt;&nbsp;&nbsp; &nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by mchamo on June 28, 2011
  • Clearing Ajax Uploader items

    Hello. &nbsp;After I successfully upload files using the AJAX Uploader control, I would like to clear the items from showing in the control, is there a way to do that? &nbsp;I am using&nbsp;uploader.cancelall(); before the files are uploaded to clear the selected items, however, after the files are uploaded, I would like to clear the files ...
    Posted to Ajax Uploader (Forum) by mchamo on June 27, 2011
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Btw, the same exact issue occurs you use a JQuery modal dialog plugin as well. &nbsp;So if the ajax uploader is within a a Jquery modal dialog, the File_Uploaded function does not fire. &nbsp;Thanks.&nbsp;&nbsp; mchamo:Any luck on getting the Ajax Uploader control to work with the BlockUI plugin that I mentioned?&nbsp;Thanks.&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by mchamo on June 20, 2011
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Any luck on getting the Ajax Uploader control to work with the BlockUI plugin that I mentioned?&nbsp;Thanks.&nbsp;&nbsp; mchamo:Ken, I have identified the exact cause of the File_Uploaded event not firing. &nbsp;I am using the Jquery BlockUI plugin and within it, is where I have the ajax uploader. &nbsp;Using the Jquery BlockUI plugin is causing ...
    Posted to Ajax Uploader (Forum) by mchamo on June 20, 2011
  • Re: Ajax Uploader - Uploader_FileUploaded server event not firing

    Ken, I have identified the exact cause of the File_Uploaded event not firing. &nbsp;I am using the Jquery BlockUI plugin and within it, is where I have the ajax uploader. &nbsp;Using the Jquery BlockUI plugin is causing the event not to fire.&nbsp;&nbsp;Here is a sample of my code to using it, note dvitoDisplay is a div that contains the Ajax ...
    Posted to Ajax Uploader (Forum) by mchamo on June 17, 2011
  • Ajax Uploader - Uploader_FileUploaded server event not firing

    Hello,&nbsp;I am using an ajax uploader control and setting the manual start upload to true. &nbsp;My exact code is below. &nbsp;When I use this code on a page that does not have any Jquery ajax calls everything works fine and the file that I select for upload gets uploaded to my C drive when my submit button is clicked. &nbsp;If I use the same ...
    Posted to Ajax Uploader (Forum) by mchamo on June 16, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Ken, I tried your recommendation of using the&nbsp;CuteWebUI_AjaxUploader_OnSelect javascript event. &nbsp;The problem with this is that when using the manual start upload approach, the&nbsp;CuteWebUI_AjaxUploader_OnSelect event kicks off as soon as you select a file for upload but not when you click your button to submit and actually begin the ...
    Posted to Ajax Uploader (Forum) by mchamo on June 16, 2011
1 2 Next >