摘要: href属性值“javascript:void()”,括号中没有加“0” 阅读全文
posted @ 2017-11-28 11:19 _York 阅读(318) 评论(0) 推荐(0) 编辑
摘要: /// /// 转换成MP4格式 /// /// /// public static string ToMp4(string fromFilePath) { string ffmpeg = HttpContext.Current.Server.MapPath("/") ... 阅读全文
posted @ 2017-11-28 08:52 _York 阅读(426) 评论(0) 推荐(1) 编辑
摘要: private static bool IsVideo(HttpPostedFile file) { bool isVideo = false; string fileName = file.FileName; IList formateList = new List { "... 阅读全文
posted @ 2017-11-28 08:51 _York 阅读(2979) 评论(0) 推荐(0) 编辑