Search

You searched for the word(s): Ajax Uploader
Showing page 66 of 117 (1,163 total posts) < 1 second(s)
  • Re: "File Browsing has been blocked." inside AJAX TabContainer

    Hi Dev65,   I tested you coed, it works for me.   Please set the UploadType='IFrame' and try again, for example:      <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' UploadType=''IFrame''>    </CuteWebUI:Uploader>   And do you use Flash 10?   For the Flash10 , ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 2, 2008
  • Re: custom browse button not changing cursor on mouse over

    I am currently running the 3.0.0.0 version of the dll and the issue persists. as far as I can tell 3.0.0.0 is the dll you are distributing in the latest download of ajax uploader. The only difference is in the DLL description mine is ''AjaxUploader 3.0 20090925'' the latest version you are distributing is ''AjaxUploader 3.0 20091224''. Am I ...
    Posted to Ajax Uploader (Forum) by jpchatt on December 30, 2009
  • Re: Very annoying double scrollbar issue with ajax uploader

    Hi vijaysingh16,   Can you send me a screenshot to show how it looks like on your end? Can you send your example to Kenneth@CuteSoft.net too? So we can check it.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on July 1, 2013
  • Processing Uploaded Files with PHP

    First of all, let me apologize for my ignorance here. I work a lot with PHP, but hardly at all with Javascript/Ajax, etc. I love your uploader, and have got it working using a simple upload process.   However, I plan to use it to upload images to the gallery section of our site.  I currently have a PHP script that I run on single image ...
    Posted to PHP File Uploader (Forum) by BlackAce on January 24, 2013
  • Re: Maximum Size Problem

    Tim,   Which version of Ajax Uploader are you using?   Can you try the following code?   <%@ Page language=''c#''%>  <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %>  <html>  ...
    Posted to Ajax Uploader (Forum) by Adam on October 27, 2009
  • Sometimes it behaves like a normal upload control

    When I tried to upload a file through ajax uploader. I noticed that it behaved like a normal file upload control   you can see that there is a file uploader like control is appearing as well. One more thing which I saw was I already mentioned the types of files in the cute uploader which can be uploaded but instead of this I could see ...
    Posted to Ajax Uploader (Forum) by sumitarora on October 14, 2009
  • Progress Bar Percent styles

    I am using the AJAX Uploader and it works great.  My only issue is that my site is on a black backround and as the file is uploading, I dont see the Percentage in the progress bar until it gets around 50% completed.  I've tried changing the backround:   but the text inside the progress bar remains invisible until it reaches ...
    Posted to Ajax Uploader (Forum) by dans530 on July 14, 2009
  • Re: Hiding file list but not he progress bar

    Antony,   If you use single file upload, the detault file upload list will not show.   Please check the following code:   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> ...
    Posted to Ajax Uploader (Forum) by Adam on February 11, 2009
  • Re: Duplicates Uploaded files

    Jeff,   Do you using AJAX ?   I think there should be something to prevent the uploader reset it status, or let uploader restore the old hidden data.   Please try args.MoveTo , once the file have been removed, the uploader would not fired the event again.   That should help you fix that issue, but we still need find the ...
    Posted to Ajax Uploader (Forum) by cutechat on February 3, 2009
  • Re: Upload Error 'PageRequestManagerServerErrorException'

    ryanstinson,   Can you post your code?   >>Also, is the temporary upload 'resx' file always created?   Yes. It's a temporary file.   >>and is it stored on disk?   The temporary file will be created in the temporary folder. Ajax Uploader will clean this folder automatically.   >>Can ...
    Posted to Ajax Uploader (Forum) by Adam on August 12, 2008
« First ... < Previous 64 65 66 67 68 Next > ... Last »