When I upload the file, I have a text box with the full path in it
(e.g. C:\RECYCLER\COBRA.txt)
When the data is passed, the variable containing this data on the next page only has the filename, not the path.
The text box is called "upstring", so on the next page $upstring is the name of the temporary file and $upstring_name gives me "COBRA.txt" without the path.
Cheers
Scott