我用ASP.net和C#做了一个文档上传的功能,可是每次上传的时候都会出下面的错误,速求请教,谢谢
“/”应用程序中的服务器错误。--------------------------------------------------------------------------------
未能找到文件“学员招募公告.docx”。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: 未能找到文件“学员招募公告.docx”。
源错误:
行 30: arrfile.Add(f.Name.ToString());
行 31: arrfile.Add(f.Extension.ToString());
行 32: arrfile.Add(f.Length/1000);
行 33: arrfile.Add(tmessage.Text.Trim().ToString());
行 34: file.SaveAs(Server.MapPath("UploadFile") + "\\" + f.Name.ToString());
源文件: d:\oa\AddDocument.aspx.cs 行: 32
堆栈跟踪:
[FileNotFoundException: 未能找到文件“学员招募公告.docx”。]
(Int32 errorCode, String maybeFullPath) +305
() +7604248
AddDocument.btnupload_Click(Object sender, EventArgs e) in d:\oa\AddDocument.aspx.cs:32
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.5466; 版本:2.0.50727.5456