File Upload question - source directory
Hi
Okay, so my file uploading script works fine.
Its EASY to record the original filename of the source file by using-
echo $_FILES['userfile']['name']
BUT does anyone know how to record the original directory it was found?
I am trying to create a system that uploads a bulk of files, scans the documents for hyperlinks between those documents. But for it to work properly, I need to record the directory structure between the files...
Thanks for the help!
|