I have a php website where a user can upload a file.
There is no problem with the uploading, it works fine.
What I want is to customize the appearence of it.
This line <input name='uploadedfile' type='file' /> makes the text box and the browse button.
I have created my own browse button and want to get rid of the one that line makes.
Does anybody know how to do this?
There is no problem with the uploading, it works fine.
What I want is to customize the appearence of it.
This line <input name='uploadedfile' type='file' /> makes the text box and the browse button.
I have created my own browse button and want to get rid of the one that line makes.
Does anybody know how to do this?