Thanks for your response.with a go back link also, i cannot get any ata in the file text box. the filetextbox is like this
<input type="file' name="file1" >
if i try to force something in the filetextbox like $file1="c:\example.txt", it does not populate the filetext .box, the filetext box is always empty.
Another question i wanted to ask is that, how could we retrive the original filepath in the client side, ie, $file1_name gives the filepath on server side, is there a similar way for the client side path retrieval.
Thanks