摘要: 上传文件用WebClient类和HttpWebRequest类都可以,但用WebClient无法获取服务器端的返回内容,至少我没发现有什么方法,哪位要是知道别忘了告诉下,谢谢HttpWebRequest类代码: 1 /// <summary> 2 /// 发送内容 3 /// </summary> 4 private byte[] bSendingFile = null; 5 6 7 8 using (IsolatedStorageFileStream sendingZipStream2 = new IsolatedStorageFileStream(strZipFol 阅读全文