【发布时间】:2020-04-01 04:28:35
【问题描述】:
将文件保存到 Wwwroot 后,我遇到了 1 个问题。但是不知道是什么原因。 This is the error I received after the add successfully this image file to Wwwroot. It asks to close 1 app that I don't know.
但是当我打开文件夹 images 并双击该图像或重建项目时,它恢复正常 Here's the photo in the folder
我的代码:
【问题讨论】:
-
你真的应该发布你的代码。上传文件时听起来好像没有正确关闭流。
-
好的。有更新:)
-
@coderpro 我同意,我认为他应该关闭流。
标签: asp.net image asp.net-core file-upload asp.net-core-3.0