Am trying to solve and design My choose file button
<div id="image-upload">
<form method='post' action='image.php' enctype='multipart/form-data'>
Select a JPG or PNG File:<br />
<input type='file' name='filename' size='10'/>
<input class="red" type='submit' value='Upload' /></form>
</div>
Nothing seems to help ME OUT i try few code with css also try to add class or id with css and it also dint help me out. but at last i give up.
jsfiddle : http://jsfiddle.net/deerox/8Y7p5/1/
And still wondering if there is new way to do so.
Any one have any idea please thanks :)
I want this choose button with some design