摘要: 前端页面 <input type="file" id="f1" /> <input type="button" value="上传文件" onclick="ff()" /> <a href="~/Default/download">下载文件</a> <a href="~/Default/GetFil 阅读全文
posted @ 2020-07-22 16:03 般若不是ban,nuo 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 上传前端页面 <form action='@Url.Action("Upload", "File")' method="post" enctype="multipart/form-data"> <input type="file" name="file" /><br /> <input type=" 阅读全文
posted @ 2020-07-22 15:25 般若不是ban,nuo 阅读(90) 评论(0) 推荐(0) 编辑