Search

You searched for the word(s): uploader
Showing page 7 of 328 (3,276 total posts) < 1 second(s)
  • Re: Uploader in multiple places on one page

    Ken. I want to switch between the forms through javascript not through the  codebehind and I don't want the page refresh too. I tried moving the form to div tags with innerHTML depending on the  button clicks through javascript and it works great on firefox and chrome except  internet explorer. when the page loads I am ...
    Posted to Ajax Uploader (Forum) by gabriels on October 10, 2010
  • Re: not geting value in $fileguidlist=@$_POST["myuploader"];

    Dear pandurang,   Please check: 1. Put php uploader within tag <form> 2. $uploader->Name=''myuploader'';     and     $fileguid=@$_POST[''myuploader''];        These two lines should have same ID.     Please refer to the following example ...
    Posted to PHP File Uploader (Forum) by Eric on September 15, 2010
  • Re: unexpected data end in ajax uploader

    thanks Terry for idea. After changing order of HttpModules in web.config the ajax uploader works fine. The error ''upload data transfer expired'' and ''unexpected data end'' have disappeared. The conflicting module is my custom LocalizationModule. LocalizationModule sets culture and rewrites request path for specific urls. I do not know why it ...
    Posted to Ajax Uploader (Forum) by IronRomeo on August 13, 2009
  • FireFox error from Uploader in an iFrame

    We are using Asp.Net version 3.0.0.0 of teh CuteWebUI.AjaxUploader on several pages on our site. One page is loaded in an iFrame and displayed in a div styled like a modal dialog. The page that is loaded in the iFrame has a asp:DropDownList, and a few asp validators. The page works fine in all browsers except FireFox 25.0.1. When the iFrame/div ...
    Posted to Ajax Uploader (Forum) by Phillip on December 20, 2013
  • adding image to upload

    Hi. I'd like to add an image to click on and upload files instead of a button. This is my original code: I remove the code in RED  and add the code in GREEN but it doesn't work. <%             Dim uploader             Set uploader=new ...
    Posted to ASP Uploader (Forum) by oap on June 14, 2013
  • ZeroByte File and Queue not clearing itself once you click remove (X) on a file list.

    Hello,   Regarding the zero byte file check - it used to work perfectly fine, however for some reason it just does not work anymore.  <%                   Dim uploader   ...
    Posted to ASP Uploader (Forum) by mskhan on August 22, 2012
  • Uploader together with CKEditor both in updatepanel

    Hi, I have CKEditor in an updatepanel containing text: <h1>hello</h1>In another updatepanel I have your Ajax Uploader. When uploading a file I get the error:A potentially dangerous Request.Form value was detected from the client (CKEditorEdit=''<h1>hello</h1>'') Because both controls are in their own update ...
    Posted to Ajax Uploader (Forum) by dvanmaanen on August 10, 2011
  • Re: Ajax Uploader - ManualStartUpload="true"

    Ken, I tried your recommendation of using the CuteWebUI_AjaxUploader_OnSelect javascript event.  The problem with this is that when using the manual start upload approach, the 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
  • Re: how to hide uploaded files grid in ajax uploader

    Hi pjs75,   Please try the code below. uploader1 is the uploader control ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 23, 2013
  • Re: File name append when already present

    Ok, I put in sode code with a little time stamp to do the job.Question however,  Is there a way to NOT use get? Right now I use this code on a Div that I unhide on a page to upload:<div ...
    Posted to PHP File Uploader (Forum) by mtimmons on November 28, 2012
« First ... < Previous 5 6 7 8 9 Next > ... Last »