I am wondering how to hide the text field portion of a standard html file upload tag
for example
You could possibly hide the whole element and show a button or link instead. This is rather easy.
The file upload element is hidden. The button will fire the click event and shows the file browser window. On selecting a file, the change event is fired and this can submit a form or call a script function, whatsoever.
Hope this helps...