silverlight uses wcf with basicHttpBinding
i send the image as an byte[], and it's working as long as the image has less than 20KB
but when it's bigger i get the error: The remote server returned an error: NotFound
in the Reference.cs
public bool EndSave(System.IAsyncResult result) { object[] _args = new object[0]; bool _result = ((bool)(base.EndInvoke("Save", _args, result))); // error return _result; }