上傳前判斷圖片大小
來源:易賢網(wǎng) 閱讀:1243 次 日期:2016-06-22 09:13:28
溫馨提示:易賢網(wǎng)小編為您整理了“上傳前判斷圖片大小”,方便廣大網(wǎng)友查閱!

<script>

var img=null;

function s()

{

if(img)img.removenode(true);

img=document.createelement(img);

img.style.position=absolute;

img.style.visibility=hidden;

img.attachevent(onreadystatechange,orsc);

img.attachevent(onerror,oe);

document.body.insertadjacentelement(beforeend,img);

img.src=inp.value;

}

function oe()

{

alert(cant load img);

}

function orsc()

{

if(img.readystate!=complete)return false;

alert(圖片大小:+img.offsetwidth+x+img.offsetheight);

alert(圖片尺寸:+img.filesize);

}

</script>

<input id=inp type=file>

<br>

<button onclick=s()>test</button>

更多信息請查看腳本欄目
易賢網(wǎng)手機網(wǎng)站地址:上傳前判斷圖片大小
關于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點

版權所有:易賢網(wǎng)