C# 文件上传和下载
一. 在Form中一定要将encType设为"multipart/form-data":
<form + filePath);
Page.Response.WriteFile(filePath);
Page.Response.End();
一. 在Form中一定要将encType设为"multipart/form-data":
<form + filePath);
Page.Response.WriteFile(filePath);
Page.Response.End();