06 2014 档案
摘要:Controller 中代码和 上一节文章(http://www.cnblogs.com/yechangzhong-826217795/p/3785842.html )一样视图中代码如下: $(function () { $(".uploadpic").each(function...
阅读全文
摘要:在View视图中: $(document).ready(function () { $('#file_upload').uploadify({ 'buttonText': '选择上传文件', 'queueID': 'fileQueue'...
阅读全文
摘要:在MVC目录下新建一个名为Extersions 的文件夹,在该文件夹中新建一个截断文本类,取名为:CutOfTextExtersions该类代码如下:using System;using System.Collections.Generic;using System.Linq;using Syste...
阅读全文