Here is my Fiddle
This is my Css:
label input[type="file"]
{
display: block;
margin-top: -20px;
opacity: 0;
}
Here i have only the text instead of File Upload Button (As i given opacity:0)
How can i display the File Name that is chosen
Note : I just want to display the File Name near the upload text