Fork me on GitHub
摘要: //处理图片 private function imageDeal($param){ $arrType=array('image/jpg','image/bmp','image/png','image/jpeg'); $max_size=2*1024*1024; if(!empty($param[' 阅读全文
posted @ 2016-03-04 17:44 我曾如此奢望 阅读(208) 评论(0) 推荐(0) 编辑
摘要: function preview2(file) { var reader = new FileReader(); reader.onload = function(e) { //console.log(333); $('#test').attr("src", e.target.result) // 阅读全文
posted @ 2016-03-04 17:43 我曾如此奢望 阅读(271) 评论(0) 推荐(0) 编辑