Re: [PHP] Showing absolute path in $_FILES

2003-12-04 Thread Jason Wong
On Friday 05 December 2003 02:44, David Green wrote: > Quick file question. I want to have a user locate a file, and have the > absolute path be saved as a variable. I have a form of type "file". In > the form tag, I have enctype="multipart/form-data". On the target page, I > call it by using $

[PHP] Showing absolute path in $_FILES

2003-12-04 Thread David Green
Quick file question. I want to have a user locate a file, and have the absolute path be saved as a variable. I have a form of type "file". In the form tag, I have enctype="multipart/form-data". On the target page, I call it by using $file = $_FILES['file']['name']. When i navigate to the file