Uploading a Downloadable File not working (version 6.4)

Last post 06-11-2009, 11:40 PM by cutechat. 7 replies.
Sort Posts: Previous Next
  •  06-08-2009, 10:17 PM 52876

    Uploading a Downloadable File not working (version 6.4)

    Can you explain why I get the following error while trying to upload a .doc file.
     
    Silverlight : The upload task is interrupted!Unable to get web http response.System.Net.WebException: The remote server returned an error: NotFound   at System.Net.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)   at System.Net.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)   at Silverlight.FileItem._OnGetResponse(IAsyncResult ar)



  •  06-09-2009, 12:05 PM 52903 in reply to 52876

    Re: Uploading a Downloadable File not working (version 6.4)

    Please add add Uploader HttpModule to your application then try again. Keep me posted

    IIS 5.0, 6.0 and IIS 7.0 Classic mode

    <configuration>
      <system.web>
        <httpModules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
         </httpModules>
      </system.web>
    </configuration>

    IIS 7.0 Integrated mode

    <configuration>
      <system.webServer>
        <modules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
        </modules>
      </system.webServer>
    </configuration>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-11-2009, 1:16 AM 52981 in reply to 52903

    Re: Uploading a Downloadable File not working (version 6.4)

    Unfortunately no improvement.
    It just sits spinning its wheels.  If I try to start a secong upload the progress indicator (spinning icon) appears.
    Would be good if it showed initially.
    However the final result is the error message mentioned earlier
     
    Silverlight : The upload task is interrupted!Unable to get web http response.System.Net.WebException: The remote server returned an error: NotFound at System.Net.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at  System.Net.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at  Silverlight.FileItem._OnGetResponse(IAsyncResult ar)
     
  •  06-11-2009, 1:39 AM 52982 in reply to 52981

    Re: Uploading a Downloadable File not working (version 6.4)

    Hi,
     
    That's a server side error. but Silverlight does not report the details:
     
    Can you provide an url for testing ?

    Regards,
    Terry
  •  06-11-2009, 4:32 PM 53033 in reply to 52982

    Re: Uploading a Downloadable File not working (version 6.4)

    Created a testpage to send you and rebuilt site and the whole things is working fine.......
    Thanks for help though..... Regards to you both.
     
    Geoff 
  •  06-11-2009, 11:27 PM 53050 in reply to 52982

    Re: Uploading a Downloadable File not working (version 6.4)

    Damn.... just tried to use the app and the uploading not working again.  I have done nothing since it worked well a couple of hours ago.
    A test URL is http://gippslandartists.com/testCuteEditor.aspx (I'll pull this down again after about 12 hours). 
  •  06-11-2009, 11:28 PM 53051 in reply to 53033

    Re: Uploading a Downloadable File not working (version 6.4)

    Geoff,
     
    Glad to hear you have fixed that issue.
     
    Silverlight just reports NotFound for every http error.
     
    And our code have improved for many conditions of server side error.
     
    But there would be some unknown condition which our code is not able to catch.
     
    If you get such problem in future , please check what the server changes.
     
    Regards,
    Terry
  •  06-11-2009, 11:40 PM 53054 in reply to 53050

    Re: Uploading a Downloadable File not working (version 6.4)

    Geoff,
     
    I can upload file to the server.
     
    Now I guess maybe the problem is firewall or something.
     
    Regards,
    Terry
View as RSS news feed in XML