2016年8月22日

uploadifive使用笔记

摘要: 官网地址:http://www.uploadify.com/ uploadifive 是基于H5开发,所以支持移动端和PC端 public ContentResult UploadFile(string name){ string result = ""; string ename = ""; Ht 阅读全文

posted @ 2016-08-22 09:41 码农老K 阅读(816) 评论(0) 推荐(0)

如何实现MVC ActionResult 返回类型为JavaScriptResult

摘要: 必需的js引用文件 View页面 Controller if (string.IsNullOrEmpty(model.ReceiptNo) || string.IsNullOrEmpty(model.SavePath) || string.IsNullOrEmpty(model.PicPath)){ 阅读全文

posted @ 2016-08-22 09:30 码农老K 阅读(1244) 评论(0) 推荐(0)

导航