
April 28th, 2003, 08:10 PM
|
|
Junior Member
|
|
Join Date: Apr 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Passing variables between pages
Hi there
I have an html page with the following line of code...
<input type = file name=txtFile>
When I post the form via a submit button to a php file and I ask to view the $txtFile variable - I get nothing it is just blank! all my other variables come through except the this one.
I have tried the $HTTP_POST_VARS["txtFile"] option as well but that doesn't seem to help either.
Does ne1 have any ideas?
Regards
Hex
|