摘要: <input type="file" id="fileName" name ="fileName" onchange="GetFileSize(this)" /><script type="text/javascript"> function GetFileSize(file) { alert(fi 阅读全文
posted @ 2016-04-21 19:21 zslm___ 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 服务端代码: 客户端代码: 参考: ASP.NET MVC之文件上传【一】(八) 阅读全文
posted @ 2016-04-21 19:06 zslm___ 阅读(159) 评论(0) 推荐(0) 编辑
摘要: public class Md5 { public static String MD5Encrypt(String str) { MD5 md5 = new MD5CryptoServiceProvider(); byte[] result = md5.ComputeHash(System.Text 阅读全文
posted @ 2016-04-21 13:28 zslm___ 阅读(143) 评论(0) 推荐(0) 编辑
摘要: public static class HttpHelper { const String POST = "Post"; const String ACCEPT= "text/html, application/xhtml+xml, */*"; const String CONTENT_TYPE=" 阅读全文
posted @ 2016-04-21 13:28 zslm___ 阅读(256) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Web.Caching; 阅读全文
posted @ 2016-04-21 08:23 zslm___ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: public static class CustomerConfigHelper { public static object _lockObject = new object(); private static string GetCustomConfigValue(string key) { s 阅读全文
posted @ 2016-04-21 08:19 zslm___ 阅读(175) 评论(0) 推荐(0) 编辑