摘要: public string Save(string groupName, string fileName, bool replace, string contentType, byte[] buffer,string name) { FilesManagerConfiguration fmgConfig = GetConfig(); if (!Directory.Exists(fmgConfig.UploadPath)) { return null; } if (!fmgConfig.GroupTable.Contains(groupName)) { return null; } Files. 阅读全文
posted @ 2012-04-24 17:36 朱_占_军 阅读(219) 评论(0) 推荐(0) 编辑