Search

You searched for the word(s): upload'A=0
Showing page 227 of 656 (6,557 total posts) < 1 second(s)
  • Upload not working

    The UploadPersistedFile control works locally, both via the built-in Dev Server in asp.net, as well as locally on the server itself.  But it doesn't work from my browser to the remote server.  It starts to upload the file, then prompts for credentials when it gets to the end.  If I re-enter my credentials, it prompts again.  If ...
    Posted to Ajax Uploader (Forum) by veloearl on December 29, 2008
  • Re: Image Upload Text / GDI+ Issue

    Thanks Kenneth that worked. We are having 1 finall issue at the moment. The editor seems to be stripping out spaces from the absolute paths of images. ie : http://xxx/uploads/xxx/news stories/youtube_screen.jpg   becomes   http://xxx/uploads/xxx/newsstories/youtube_screen.jpg 
    Posted to Rich Text Editor for .NET and MVC (Forum) by gim-matt on June 20, 2013
  • Re: IE 9 Bug Issue

    Thanks for the reply..     The link you provided ( http://phphtmledit.com/EnableAll.php? )  is also showing same problem on IE 9 Problem is that first time the Upload button works fine. but if you click upload button after inserting an image it wont work. Anyway I fixed it with the solution provided from this ...
    Posted to Cute Editor for PHP (Forum) by shijinpenta on September 24, 2012
  • Re: Javascript Error After Upload

    Yes, I get the alert before the error occurs.  And like I said earlier, I'm running Windows 7 RC1 with VS 2008 (I don't have the VS 2010 beta) if that helps in nailing down my version of MSAJAX.
    Posted to Ajax Uploader (Forum) by aschmidt on May 28, 2009
  • Re: The upload task is interrupted! IO

    Hi, I have a client that reproduced the error on a Windows XP machine. He was able to upload the same file on the same network from a Vista machine. Macs and Xp users are having problems.   Here's the screen shot:    
    Posted to Ajax Uploader (Forum) by mstrsftwr on May 12, 2009
  • Re: Javascript Error After Upload

    Hi,   I think that is a server side exception when the uploader try to call the MS-Ajax postback.   Please try this to confirm it :   <script> function CuteWebUI_AjaxUploader_OnPostBack() { alert(''The file is uploaded , there will be a server error soon.''); } </script>   Please post some screen shot ...
    Posted to Ajax Uploader (Forum) by cutechat on May 26, 2009
  • The upload task is interrupted!

    Can you please provide documentation about what might raise this error.  I have a user in the UK connecting to my site in the US.  They are uploading .xml files to my site.  Sometimes it works fine.  Sometimes they get the ''The upload task is interrupted!''  I can't beging to debug it w/o some idea of why this might be ...
    Posted to Ajax Uploader (Forum) by Gray Young on February 3, 2009
  • Re: Http Error 2 on uploading image

    I am having the same isssue as expressed above. I had everything working fine yesterday and was able to upload images but suddenly today it stopped working and I am also getting Error 2.  I changed the way I am initializing the editor according to your instructions but with no luck.   Here is the initalization code in the ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by PamelaN426 on August 26, 2016
  • Re: Hover/Action CSS for AjaxUploader InsertButton

    Hi AGregory,   Please try the example below, does it work for ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 6, 2012
  • Re: Start uploading manually more than 1 files

    Hi AlxReiter,   1. Please separate  the code like below   if (uploadobj.getqueuecount() > 0) { uploadobj.startupload(); } if (uploadobj2.getqueuecount() > 0) { uploadobj2.startupload(); }   2. please refer to http://www.ajaxuploader.com/document/scr/html/How-to-save-uploaded-file-to-database.htm, it ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 29, 2012