前台:<INPUT id="Upfile" style="WIDTH: 240px; HEIGHT: 20px" type="file" size="20" name="Upfile">
后台获取数据:string str = Request.Form["Upfile"].ToString();
前台:<INPUT id="Upfile" style="WIDTH: 240px; HEIGHT: 20px" type="file" size="20" name="Upfile">
后台获取数据:string str = Request.Form["Upfile"].ToString();