How to remove the text field when using a file upload
Here is the code which i have used.
<tr><td align="center" width="10%">06. </td><td width="30%" align="right">Upload group photo : </td><td width="30%" align="left" ><INPUT type="file" /></td></tr>
If am using the above code its displaying a text box together with the file upload button
Try this