I need to give the user the ability to enter the full path to a file that may be on their computer of another computer on the network. Rather than having them type some long path like g:\common\products\cases\styles\cad\drawings\case01.xxx I want them to be able to browse for it and then I can save the full path plus file name. I have done image uploading before and I tried modifying that but when I use $HTTP_POST_FILES['userfile']['name'] it only gives me the file name and not the full path. Does anyone know how I can allow the user to browser for a file and then press save and I can know the full path and file name?