很好的实现大文件上传的实例,效果很不错 Ajax based Forum applicatio Ajax based Forum application This example shows you how to use Ajax Uploader create a forum application. It shows how to allow users upload attachments to their posts and manage person
json方法解析 using (FileStream fs = new FileStream(userInfo, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) { using (StreamReader sr = new StreamReader(fs, Encoding.GetEncoding("gb2312"))) { json = sr.ReadToEnd().ToString(); } }