This commit is contained in:
2025-03-28 22:40:17 +08:00
parent 407ba6c76d
commit b409afddee
@@ -720,10 +720,6 @@ namespace FineUIPro.Web.Transfer
}
catch (WebException ex)
{
if (File.Exists(newUrl))
{
File.Delete(newUrl);
}
}
finally
{