<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.js" validation=""></script>
<input name="image_1" type="file" id="image_1" size="50">
<script type="text/javascript">
$('#image_1').bind('change', function() {
var img = document.getElementById('image_1');
//or however you get a handle to the IMG
var width = img.clientWidth;
var height = img.clientHeight;
alert('this image was '+width+"x"+height+" px.");
});
</script>
Tag : PHP, MySQL
Date :
2013-11-24 00:30:12
By :
อ้าน
View :
687
Reply :
2
No. 1
Guest
ไม่ตรงยังไงคุณก็ควรอธิบายเพิ่มหน่อยเช่น...
ผมมีรูปขนาด 1024x768
แต่เมื่อผมดำเนินการตาม code แล้วรูปมันออกมาเป็น 150 x 150