Re: [PHP] file upload error

2005-02-01 Thread Richard Lynch
Tom wrote: > Thanks for the replies. My manual was out of date, not that it would > have made any difference to this anyway as . > upload_tmp_dir variable was correctly set in the php.ini file, and I'd > restarted the web server several times. It seems however that the file > is getting cached

Re: [PHP] file upload error

2005-02-01 Thread Tom
Thanks for the replies. My manual was out of date, not that it would have made any difference to this anyway as . upload_tmp_dir variable was correctly set in the php.ini file, and I'd restarted the web server several times. It seems however that the file is getting cached somehow, and is no

Re: [PHP] file upload error

2005-01-31 Thread Marek Kilimajer
Tom wrote: Hi I have a very simple file upload form and script to handle it (copied verbatim from the php manual, except for the file target location and the script name). However, it always fails, with an error code in the _FILE array or 6. Does anyone know what this error is or what I am likely

Re: [PHP] file upload error w/internet exploder!

2001-02-23 Thread Richard Lynch
> I've created a simple form that uploads file to my server. I noticed that > I'm having problems when I use Internet Explorer 4.5 and 5.0 on the Mac (I > haven't checked it yet on the pc). It may have something to do with the path > to the file. When I use Netscape, the entire path is displayed i

RE: [PHP] File upload error

2001-01-26 Thread Robert Collins
that sounds like a permissions error. check the permissions for all of the directories and the file along your path. -Original Message- From: Data Driven Design [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 1:04 PM To: [EMAIL PROTECTED] Subject: [PHP] File upload error I ha