日期:2014-05-16  浏览次数:20351 次

jquery 怎么获取 上传 图片宽度
本帖最后由 jy02409187 于 2011-12-14 14:37:46 编辑

<form action="web.php" method="post" id="form" enctype="multipart/form-data">
    <input type="file" name="file" id="file" class="file" />
    
    <button type="button" id="btn" >提交</button>
</form>



function WedaEve(){
var $btn = $("#btn");
var $file = $("#file").val();

$btn.click(function(){
             

})

}


能不能在点击提交的时候获得本地上传图片的宽高和大小啊

------解决方案--------------------
http://blog.csdn.net/dante_k7/article/details/4397866
http://blog.sina.com.cn/s/blog_517bf84901009mji.html