Silverlight Image File Upload Error

Last post 03-03-2011, 6:00 AM by m00ser. 1 replies.
Sort Posts: Previous Next
  •  03-03-2011, 5:18 AM 66528

    Silverlight Image File Upload Error

    When I try to use the upload files button I get the following message -
     
    Silverlight: The upload task is interrupted!
    Web Exception :
    UnknownError,[HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60129.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
     
    Can anyone help.
     
    The site is hosted on linux servers.
    My PC is Windows 7 ie8, I aslo tried it on a Vista PC but got the same issue.
    Also happens if I use firefox.
     
    I'll try on an XP machine and a Mac next to see if I get the same error.
  •  03-03-2011, 6:00 AM 66529 in reply to 66528

    Re: Silverlight Image File Upload Error

    I managed to get my uploads to work by doing the following -
     
    I found this file - include_phpuploader.php (Directory - cuteeditor_files\Dialogs\phpuploader\)
     
    Then I editid it to modify the following -
     
     /// The global type of upload method to use.
     /// Auto|IFrame|Flash|Silverlight
     public $UploadType="Auto";
     
    I changed from $UploadType="Auto";
     to $UploadType="Flash";  and it's working!
View as RSS news feed in XML