this is upload file code:
<form>
<input type="file" name="file"/>
</form>
It’s appear a text box and BROWSE button to upload a file.
Well, But is there any way to upload a file by just click on “some” text, Example: “Upload your file” text. After click on this text then upload box will appear.
Directly you can’t set any css on input type file you need to use trick for this. see this plugin