From de6f1775b542de17155ee41a51e32d28c898c96b Mon Sep 17 00:00:00 2001 From: Yiru Date: Sat, 8 Feb 2025 10:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9FQC014=20=E5=85=81=E8=A8=B1?= =?UTF-8?q?=E4=B8=8A=E5=82=B30=20KB=E7=9A=84=E6=AA=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Controllers/FQCController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMESCoreStudio.Web/Controllers/FQCController.cs b/AMESCoreStudio.Web/Controllers/FQCController.cs index e2afa9ef..0b42db28 100644 --- a/AMESCoreStudio.Web/Controllers/FQCController.cs +++ b/AMESCoreStudio.Web/Controllers/FQCController.cs @@ -2787,7 +2787,7 @@ namespace AMESCoreStudio.Web.Controllers ViewBag.CaseID = model.CaseID; return View("FQC014R"); } - if (formFile.Length > 0) + if (formFile.Length >= 0) { //取得使用者上傳檔案的原始檔名 FileName = Path.GetFileName(formFile.FileName);