I've been working on this all day and still am no further than I was
this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is
set to "F:\PHP\uploadtemp", which is right where it should be. When I
upload a file, if I echo it, I get the path to the file, however, when I
go into the server to view the file, it's not there. It's nowhere to be
found. Doing a search on the server won't even bring up the file. It's
like it's going up to temp and then being removed immediately. If I try
and move it, it just disappears, too. Is there some funky permissions
thing or something I'm missing? Thanks (please CC me on all replies),

Joe

> > Hi,
> >
> > I know this is a question asked all the time and but this one's got me
> > confused. I'm attempting to have a form upload an image. Simple enough.
> > The file gets moved up to the temp directory just fine. If I echo the
> > file, I get something like "F:\PHP\uploadtemp\php56.tmp", which is right
> > where it should be. Everything is fine till I try to move the uploaded
> > file.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to