Error after upload

  •  11-16-2009, 10:22 AM

    Error after upload

    I'm testing your Ajax Uploader at the moment and run into a problem trying to use the examples provided in the package:
    After the download seems to be completed a javascript message Box pops up:
    ---------------------------
    Meldung von Webseite
    ---------------------------
    Server side exception, failed to upload Tree.jpg
    Debug Information:
    System.ArgumentException: Offset und Länge für das Array liegen außerhalb des gültigen Bereichs, oder die Anzahl ist größer als die Anzahl der Elemente vom Index bis zum Ende der Quellauflistung.
       bei System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
       bei CuteWebUI.a.a(HttpContext A_0, HttpWorkerRequest A_1, MemoryStream A_2, FileStream A_3, String& A_4)
       bei CuteWebUI.a.b(HttpWorkerRequest A_0)
       bei CuteWebUI.UploadModule.d(HttpContext A_0)
    -----
    I don't know how to retrieve the english error message.
    This happens on all examples provided with the package. that i tried so far, i.e. Simple Upload with Progress
     
    Setup otherwise looks fine, i used my local Windows Vista IIS 7 as well as the integrated Visual Studio development Server.
    I tested the behaviour on Internet Explorer 8 and Firefox 3.5.4.
    I freshly downloaded the package again a couple of hours ago, but the problem still exists.
     
View Complete Thread