that's my code :
<script type="text/javascript">
$(document).ready(function(){
$("#<%=fileUpload.ClientID%>").change(function () {
alert(// width + height );
});
});
</script>
<asp:FileUpload ID="fileUpload" runat="server" class="upload" />
Can i get the width and height of uploaded image from client side ??