摘要: public string httpWebservice(string url, string body) { string rootUrl = ConfigHelper.AppSettings("RemoteHttpURL"); WebRequest wRequest = WebRequest.C 阅读全文
posted @ 2018-01-03 17:48 田鑫123 阅读(140) 评论(0) 推荐(0)
摘要: //DiskFileItemFactory:创建FileItem对象的工厂 //创建DiskFileItemFactory对象 DiskFileItemFactory factory = new DiskFileItemFactory(); //ServletFileUpload:负责处理上传的文件 阅读全文
posted @ 2018-01-02 08:27 田鑫123 阅读(2054) 评论(0) 推荐(0)
摘要: public static string HttpUpload(string url, List<Dictionary<string, string>> picpathlist, Dictionary<string, string> a) { string rootUrl = ConfigHelpe 阅读全文
posted @ 2017-12-30 17:31 田鑫123 阅读(297) 评论(0) 推荐(0)