Hello guys
I want to make my file upload form appear similar on all browser.I current use the code below.This will show differently depending on browser
<form action="upload.php" method="POST" enctype="multipart/form-data" >
<input type="file" name="image"/>
<p><button name="submit" type="submit"></button></p>
This is not a secret to anyone:D
How can i make the following way....
There is a textarea and a browse button .After the user has selected the files through browse , he just click on submit button