diff --git a/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs b/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs index e13e7d4d..c48a28c2 100644 --- a/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs +++ b/SGGL/FineUIPro.Web/Transfer/PunchlistFrom.aspx.cs @@ -716,7 +716,6 @@ namespace FineUIPro.Web.Transfer Response.TransmitFile(newUrl, 0, fileSize); Response.Flush(); Response.Close(); - File.Delete(newUrl); } catch (WebException ex) {