This commit is contained in:
2024-07-30 11:40:11 +08:00
parent 9c97cfcb4c
commit c93dba3c61
6 changed files with 85 additions and 55 deletions
@@ -212,6 +212,10 @@ namespace FineUIPro.Web.Transfer
{
BindGrid();
}
protected void WindowAtt_Close(object sender, WindowCloseEventArgs e)
{
BindGrid();
}
#endregion
#region
@@ -569,7 +573,6 @@ namespace FineUIPro.Web.Transfer
Response.Flush();
Response.Close();
File.Delete(newUrl);
}
}
}