c#下载文件选择路径控件

时间:2023-03-09 02:57:57
c#下载文件选择路径控件

<input id="file1" style="width: 240px; height: 20px; display:none;" type="file" size="20" name="file">

string str = Request.Form["Upfile"].ToString();