11
This commit is contained in:
@@ -752,8 +752,8 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
|
||||
protected void btnDownLoad_Click(object sender, EventArgs e)
|
||||
{
|
||||
string rootPath = Server.MapPath("~/");
|
||||
string uploadfilepath = rootPath + Const.HJGL_DataInTemplateUrl;
|
||||
string filePath = Const.HJGL_DataInTemplateUrl;
|
||||
string uploadfilepath = rootPath + Const.HJGL_TestTemplateUrl;
|
||||
string filePath = Const.HJGL_TestTemplateUrl;
|
||||
string fileName = Path.GetFileName(filePath);
|
||||
FileInfo info = new FileInfo(uploadfilepath);
|
||||
long fileSize = info.Length;
|
||||
|
||||
Reference in New Issue
Block a user