diff --git a/TradeManageNew/GlobalAshx/AjaxFileUpload.ashx.cs b/TradeManageNew/GlobalAshx/AjaxFileUpload.ashx.cs index ce9fa1f..2b9765d 100644 --- a/TradeManageNew/GlobalAshx/AjaxFileUpload.ashx.cs +++ b/TradeManageNew/GlobalAshx/AjaxFileUpload.ashx.cs @@ -5,6 +5,10 @@ using System.Web; using System.IO; using System.Web.Script.Serialization; using System.Drawing; +using TradeManage; +using NetLibrary.Log; +using FastJSON; +using Newtonsoft.Json; namespace TradeManageNew.GlobalAshx { @@ -52,7 +56,7 @@ namespace TradeManageNew.GlobalAshx //{ // id = obj.SaveResource(md); //} - + ErrorFollow.TraceWrite("上传文件", "JC_Resource:" + JsonConvert.SerializeObject(md), DirectoryName); var model = new { Id = id, FileName = FName, FileUrl = md.FileUrl, FileSize = files[0].InputStream.Length };