摘要: using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography; using System.Text; namespace ConsoleApp1 { intern 阅读全文
posted @ 2019-05-20 11:07 94cool 阅读(6618) 评论(0) 推荐(0)
摘要: from:https://www.cnblogs.com/refuge/p/8534847.html 服务端接收文件流代码: public async Task<HttpResponseMessage> ReceiveFileByStream() { var stream = HttpContext 阅读全文
posted @ 2019-05-20 10:23 94cool 阅读(3025) 评论(0) 推荐(0)
摘要: /// <summary> /// 创建文件路径 /// </summary> /// <param name="filepath"></param> /// <returns></returns> private void CreatePath(string filepath) { if (!Di 阅读全文
posted @ 2019-05-20 10:12 94cool 阅读(308) 评论(0) 推荐(0)