I am wondering how to hide the text field portion of a standard html file upload tag
for example
you can set it's content to empty string like this :
and in your css file :
.mycustominput:after{ content:""!important; }