摘要: string path = @"C:\Users\Administrator\Desktop\1.txt"; using (FileStream ws = new FileStream(path, FileMode.OpenOrCreate, FileAccess.Write)) { ... 阅读全文
posted @ 2018-03-04 23:57 热敷哥 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 最原始的方式: 前端代码: 后台代码: 利用FormData上传单个文件 前端代码: 利用FormData上传多个文件 前端代码: 分片上传 前端代码: 后台代码: 阅读全文
posted @ 2018-03-04 16:05 热敷哥 阅读(1035) 评论(0) 推荐(0) 编辑