2013年1月22日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-01-22 22:49 朝着 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>js判断上传文件的大小</title> <script type="text/javascript"> var isIE = /msie/i.test(navigator.userAgent) && !window.opera; 阅读全文
posted @ 2013-01-22 22:18 朝着 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 最近项目中用到的图片上传前预览功能,兼容IE6-9,FF<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <body> <input type=file name="doc" id="doc" 阅读全文
posted @ 2013-01-22 22:12 朝着 阅读(111) 评论(0) 推荐(0) 编辑