Search

You searched for the word(s):
< 1 second(s)
  • Re: Unknown Error Dialog

    To whom it may concern.&nbsp;We had the same issue now and then and usually solved it using one of the mentioned ways.&nbsp;However, there is another cause: if you are using CuteUpload in a default document on IIS 7.5 (the homepage), the same thing happens. Adding the real file name (usually Default.aspx) will make it work.&nbsp;A simple ...
    Posted to Ajax Uploader (Forum) by Olaf on December 8, 2011
  • Re: MoveTo and file.Delete don't work for some time after upload

    Hi Terry,&nbsp;1. it doesn't matter if the file is big or small2. the UseAspNetStream is already in the web.config3. this happens locally as well as on the production server, so there is no anti-virus software4. I already mentioned the process that locks the file: locally it's ASP.NET Development Server, in a live environment the IIS Worker ...
    Posted to Ajax Uploader (Forum) by Olaf on June 3, 2010
  • Re: MoveTo and file.Delete don't work for some time after upload

    Sorry, should've done this anyway. It's a System.IO Exception:&nbsp;In German:{''Der Prozess kann nicht auf die Datei \''C:\\Users\\Admin\\AppData\\Local\\Temp\\AjaxUploaderTemp\\persisted.77d9a535-ddaf-9c3b-a19b-1784e4789435.Unterschrift.tif.resx\'' zugreifen, da sie von einem anderen Prozess verwendet wird.''}&nbsp;The English version is ''The ...
    Posted to Ajax Uploader (Forum) by Olaf on June 1, 2010
  • Re: MoveTo and file.Delete don't work for some time after upload

    All files. Server is Windows 2003 / IIS 6, but we have similar problems with 2008 / IIS 7. Thanks Olaf
    Posted to Ajax Uploader (Forum) by Olaf on June 1, 2010
  • MoveTo and file.Delete don't work for some time after upload

    Some process seems to be locking the uploaded file, so we cannot move/delete the uploaded file. Is there a way around this?&nbsp;&lt;%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''TestAjax.ascx.cs'' Inherits=''TestAjax'' %&gt; &lt;MagicAjax:AjaxPanel runat=''server'' ID=''MagicAjax1'' ...
    Posted to Ajax Uploader (Forum) by Olaf on May 31, 2010
  • Re: OnFileUploaded in MagicAjax panel fires for every previously uploaded file

    Thanks Terry for the quick reply. Unfortunately, this leads to another problem: after uploading, the file is blocked and can neither be moved nor deleted - the attempt throws an exception. We've had this effect before, so a hint how to solve this is highly appreciated. Any ideas? Regards Olaf
    Posted to Ajax Uploader (Forum) by Olaf on May 28, 2010
  • OnFileUploaded in MagicAjax panel fires for every previously uploaded file

    We have purchased the control and are using it for the first time, so please excuse or possible ignorance. We have an ascx like this:&nbsp;&lt;%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''TestAjax.ascx.cs'' Inherits=''TestAjax'' %&gt; &lt;MagicAjax:AjaxPanel runat=''server'' ID=''MagicAjax1'' ...
    Posted to Ajax Uploader (Forum) by Olaf on May 27, 2010
  • Re: Strange .Net error while uploading.

    We have a similar issue:- IE 8 works well with Visual Studio and IIS &lt; 7 - all other Windows browsers work well with every webserver - with IE 8 and IIS, the ''collection is read-only'' error shows after upload - adding&lt;add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True'' /&gt; to web.config solves the issue, but the progress ...
    Posted to Ajax Uploader (Forum) by Olaf on May 7, 2010