Search

You searched for the word(s): upload'A=0
Showing page 233 of 656 (6,557 total posts) < 1 second(s)
  • Re: MVC Disable iFrame??

    Hi atwoodkevin, The IFrame mode is the basic upload function. by default, AjaxUploader will use Silverlight mode for upload. If client does not install silverlight, it will change to Flash mode. If client does not install Flash too, it will change to IFrame mode. It mean that, all users will not use IFrame mode by default. If ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 21, 2011
  • Re: Can I limit the upload size of all files ?

    yes i change the number . but it dosent work for me .   how i can to dont allow to add a file if the size of all the files will move the 200MB ( or what i want) in realtime check  (in onselect)
    Posted to PHP File Uploader (Forum) by yakar on December 30, 2009
  • Re: MoveTo and file.Delete don't work for some time after upload

    Hi,   You must dispose the stream after read it.   using(Stream stream=args.OpenStream()) { }   or   Stream stream=args.OpenStream(); try { } finally {     stream.Dispose(); }     Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on April 26, 2011
  • Re: Flash Errors?

    Hi Yorkey, If he got error ''Flash: The upload task is interrupted io Error #2038 '', it means that he has not use the disable flash upload mode code I provided. And he has not the silverlight v4. After disable the flash upload mode, will never get the ''flash:xxx'' error. Regards, Ken 
    Posted to ASP Uploader (Forum) by Kenneth on June 22, 2012
  • Using the MoveTo method wont show files after upload

    If I use CopyTo the files are shown, but if I use MoveTo,  the files are not shown. I am using the multiple file upload. How can I still show the files uploaded, but also move them? We dont want to have to manage deleting items from a folder of temp files.
    Posted to Ajax Uploader (Forum) by websitepro on January 10, 2012
  • Re: Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning

    I just had the same problem after uploading a working website to my hosting provider. This also turned out to be a problem with upper-/lowercase of the config files. I found out that  I could even upload admin.config TWICE to my hosting provider if one filename starts with uppercase and the other one with lowercase. I don't know if this has ...
    Posted to Cute Editor for PHP (Forum) by sdeng on September 25, 2009
  • Re: Installation Problem

    Hi Adam.. OK the image upload and edit facility are now working all OK. The only thing that is still not working is the re-indexing process. If I open the edit image window I can see the new image uploaded, however when I try to re-index the file it does not display. I get the Server error... so is it possible that I need to change the properties ...
    Posted to ASP.Net Image Gallery (Forum) by aaxford on March 24, 2005
  • Re: File Upload is Interrupted by Server Randomly

    Andrew,   What I can do is search the Connection_Abandoned_By_AppPool   It seems that the worker process crash by an unknown reason.   Please try this (web.config appSettings):   <add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True''/>   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on November 24, 2009
  • Re: Error: Uploader not moving from 0% with some files (on some PCs)

    Hello... any answer........?Please, we need help... :( By the way, I update you about the situation: yesterday we managed to solve the issue of the italian user by ourselves. The problem was Microsoft Silverlight... that user didn't have it installed on her PC with IE. As soon as she installed and enabled it, she managed to upload files and the ...
    Posted to Ajax Uploader (Forum) by Tux on March 30, 2012
  • Re: lind document dialog is freezing

    Hello Ken,   now, i have tryed some other pc's.   if I upload a file, the upload process is very quick, after the upload progressbar is 100% the utilization of the w3pw.exe on the server goes nearly to 100% and it seems that the client is frozen. After approximately 3 - 5 minutes I get the upload finished dialog and the ...
    Posted to Cute Editor for .NET (Forum) by cruhland on July 17, 2009