Commit 55717a45 authored by 黄奎's avatar 黄奎

页面修改

parent b7379672
...@@ -1340,7 +1340,7 @@ namespace Edu.WebApi.Controllers.Course ...@@ -1340,7 +1340,7 @@ namespace Edu.WebApi.Controllers.Course
string filoderName = string.Format(BankIds + "_" + DateTime.Now.ToString("yyyyMMddhhmmssfff")); string filoderName = string.Format(BankIds + "_" + DateTime.Now.ToString("yyyyMMddhhmmssfff"));
string savePath = basepath + string.Format("\\upfile\\Temporary\\{0}\\", filoderName); string savePath = basepath + string.Format("\\upfile\\Temporary\\{0}\\", filoderName);
string savePath2 = basepath + string.Format("\\upfile\\Temporary\\{0}_Zip\\", filoderName); string savePath2 = basepath + string.Format("\\upfile\\Temporary\\{0}_Zip\\", filoderName);
string fileUrl = "/upfile/Temporary/"+ filoderName+"/" + zipFileName; string fileUrl = "/upfile/Temporary/"+string.Format("{0}_Zip", filoderName) +"/" + zipFileName;
try try
{ {
if (!Directory.Exists(savePath)) if (!Directory.Exists(savePath))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment