So far I wrote a script so that I can browse for a file and see the printed name of the file. Here is the script:
Using JavaScript and a hidden field you can do this:
$('#someHiddenField').val( $('#myFileField').val() );
but keep in mind that not all browsers return the full path (specifically FF only returns the file name).