Re: [PHP] Chapter 38. Handling file uploads

2005-03-21 Thread Richard Lynch
On Fri, March 18, 2005 1:43 pm, Timothy A. Whitley, P.E. said: > Warning: move_uploaded_file(/images/tim.jpg): failed to open stream: No > such file or directory in > /usr/hsphere/local/home/ice-admi/iceagents.com/CxDatabase/fileuploadh.ph > p on line 20 Dollars to doughnuts there is *NO* /images

[PHP] Chapter 38. Handling file uploads

2005-03-18 Thread Timothy A. Whitley, P.E.
I am using the code at the top of this chapter to upload a file and move to a given destination directory. I get the following error messages and my file is not to be found. The only thing I am changing is where I want the file to be stored. Thanks. Warning: move_uploaded_file(/images/tim.jpg)