ASP.NET FileUpload 怎么获取选择文件的绝对路径 是用户选择文件时候的本机位置 不是运行时位置?

2024年12月04日 15:12
有1个网友回答
网友(1):

publicstringexcelPath在页面加载之前声明。在执行时赋值protectedvoidButtonOK_Click(objectsender,EventArgse){//HttpPostedFileFIlE=FileUploadstringpath=this.ExcelPath.PostedFile.FileName;Session.Add(path,ExcelPath.FileName);excelPath=Session["path"].ToString();}