Possible Duplicate:
Style input type file?
I know that each browser has its own way of displaying a...
<input type="file" name="image" id="image" class="input_text"/>
My question is, is there a way to customize the browse for image button. I would like to replace the browse and upload buttons on the normal form to one image button using HTML/CSS/PHP. Is this possible and is it compatible with all browser types.
Thanks you.