Home >>Advance PHP Tutorial >How to Rename browse-button
<html > <body> <form> <input type="file" name="newfile" style="display:none;"/> <input type="text" name="file" style="width:200px"/> <input type="button" onClick="newfile.click();file.value=newfile.value;" value="upload your resume"/> </form> </body> </html>