2

在用户可以上传文件的 ASP.NET MVC 应用程序中,出现错误。在我的本地机器上它工作正常,但是当我在 Appharbor 上部署它时,我收到了 thios 错误:

 "Could not find a part of the path "
 'D:\websites\47\d82f8\17989\0x0001\_PublishedWebsites\MyApp\Upload\seeker.pdf

我搜索了一下,发现了一些可能的解决方案,比如在 Appharbor 中启用文件访问,或者在上传之前确保目录存在,但我的问题仍然存在。

编辑:

 qualification.ResumePath = "~/Resumes/" +username + model.Resume.FileName;
 model.Resume.SaveAs(System.Web.HttpContext.Current.Server.MapPath(qualification.ResumePath));
4

0 回答 0