摘要:
1 //检测文件大小和类型 2 function fileChange(target){ 3 //检测上传文件的类型 4 if(!(/(?:jpg|gif|png|jpeg)$/i.test(target.value))) { 5 alert("只允许上传jpg|gif|png|jpeg格式的图片"); 6 if(window.ActiveXObject) {//for IE 7 target.select();//select the file ,and clear selection 8 document.selection.clear(); 9 } else if(w 阅读全文
posted @ 2014-01-10 15:05
王亚奇
阅读(1016)
评论(0)
推荐(0)

浙公网安备 33010602011771号