Basically I have a form...
You input your text in the textboxes provided...
One of the textbox is a browse for file textbox
<input type=file name=a value=$a>
I do an error check...
If you missed a required textbox then the page reloads with an error message... All the required textboxes that you did fill in will come back with the text you put in them.
The Browse text box
<input type=file name=a value=$a>
Does not return the path/filename the user put in...
Is there a way to return this variable to the
<input type=file name=a value=$a>
$a is the variable filling in the blank