摘要: 单线程普通上传 1、用流打开文件 var item = new FileInfo(filePath); FileStream stream = item.OpenRead(); 2、读取到字节 var fs=stream; var transeBytesSize = fs.Length; var d 阅读全文
posted @ 2021-06-17 15:13 micDavid 阅读(567) 评论(0) 推荐(0) 编辑