Hi,
It's just the full path filename I want to store in a mysql db, not the file itself...
The <input name='userfile' type='file'/> looked perfect as it throws up a wee file browser, lets you navigate properly, and then fills in the full path to the file.
Only when you submit and go to my next php page the only bit of that filename I can get at via $_FILES is the basename and not the path.
So it's just the fullpath name of the file I'm after, not the file. But I want to be able to choose the file in the same way as type=file...
Cheers,
David