2013年5月15日

[转]Asp.NET MVC3 + Ajax 实现多文件上传

摘要: 本文转自:http://hi.baidu.com/softworm/item/ed0aa753df00373094eb05cfHTML123456<form id="form1" name="form1"> <input type="file" name="fileToUpload" id="fileToUpload" multiple="multiple" /> <progress id="progressBar" valu 阅读全文

posted @ 2013-05-15 13:42 freeliver54 阅读(4557) 评论(1) 推荐(1)

[转]asp.net mvc3 简单的文件上传下载

摘要: 本文转自:http://www.cnblogs.com/kaixing/archive/2011/11/10/2244634.htmlweb.config配置 <add name="连接字符串" connectionString="data source=服务器名;Initial Catalog=数据库;Persist Security Info=True;User ID=用户名;Password=密码" providerName="System.Data.SqlClient" /> 建立数据库、表就省略了·&# 阅读全文

posted @ 2013-05-15 13:39 freeliver54 阅读(6050) 评论(0) 推荐(0)

[转]使用jQuery.ajax傳送物件陣列給ASP.NET MVC

摘要: 本文转自:http://blog.darkthread.net/post-2012-06-23-post-array-to-mvc-with-jquery-ajax.aspx在ASP.NET MVC裡,我們可以用物件集合當成Action的傳入參數,例如以下範例:排版顯示純文字複製文字using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace MvcMobileLab.Controllers{ public class Aja... 阅读全文

posted @ 2013-05-15 12:46 freeliver54 阅读(549) 评论(0) 推荐(0)

导航