1

我在使用 Azure 托管的网站上使用标准文件上传控件:

<input id="input-file" name="file" type="file" />

我正在上传到:MySite/images/profiles。每当我尝试上传时,都会出现以下错误:

System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:\\DWASFiles\\Sites\\MySite\\VirtualDirectory0\\site\\wwwroot\\images\\profiles\\be0d3d56
-307a-4e3b-a78a-50bac885d760.png'.\r\n   at System.IO.__Error.WinIOError(Int32 
errorCode, String maybeFullPath)\r\n   at System.IO.FileStream.Init(String path, 
FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, 
Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, 
Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)\r\n

有趣的是,我在 Azure 上有两个站点,这适用于我设置的第一个站点,但在我设置的第二个站点上失败,它们都有相同的代码,一个用于生产,另一个用于测试。

有任何想法吗?我以为我可能必须设置一个存储容器,但后来我不明白为什么它适用于生产站点。创建了一个与生产站点名称匹配的存储容器,但我没有使用任何特殊代码来定位它,我的目标是:MySite/images/profiles

4

0 回答 0