I need to programatically fill in this browse box with the file name without clicking the browse button to find it.
I have tried .value .File .Name .getfile .filename
All with no luck

HELP!!

HTML Code:
<table cellpadding=3 cellspacing=1 border=0 col=2 width=100%>
<tr><td>
<!-- <table cellpadding=3 cellspacing=1 border=0> -->
<tr><td><b>Step 1.</b><br> Click "Browse" and locate your image file.<br><font size=-1>(PC users, select "All Files" for Files of Type.)</font></td></tr>
<tr><td>
<INPUT TYPE=FILE NAME=upfile>
</td><tr>
<tr><td><b>Step 2.</b><br> Click "Add Photo" <INPUT TYPE="submit" VALUE="Add Photo"></td></tr>
<tr><td>For more than one photo, repeat Steps 1 and 2.</td></tr>
</table>

</form>