2023-09-27
This commit is contained in:
@@ -506,8 +506,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
|
||||
if (e.EventArgument == "Confirm_OK")
|
||||
{
|
||||
string rootPath = Server.MapPath("~/");
|
||||
string uploadfilepath = rootPath + Const.DesignChangeOrderDataInUrl;
|
||||
string filePath = Const.DesignChangeOrderDataInUrl;
|
||||
string uploadfilepath = rootPath + Const.DesignDrawingsDataInUrl;
|
||||
string filePath = Const.DesignDrawingsDataInUrl;
|
||||
string fileName = Path.GetFileName(filePath);
|
||||
FileInfo info = new FileInfo(uploadfilepath);
|
||||
long fileSize = info.Length;
|
||||
|
||||
Reference in New Issue
Block a user