Click to See Complete Forum and Search --> : File upload configuration


Anon
02-02-2002, 11:25 PM
Hey Everyone,

I have upgraded to 4.1.1 and am now running into problems uploading files. For some reason, when a file is uploaded, it's not being transferred to the /tmp directory. I have gone into the php.ini and manually set the "upload_tmp_dir" to /tmp and I am still having the same problem.

When printing the $photo variable, it's still being referenced to:
C:\Documents\you\get\the\picture.jpg

Why isn't the instance of the photo being created in the /tmp directory?

File uploads is on in the php.ini file as well.

Any help will be appreciated..

tek

Anon
02-03-2002, 03:14 AM
Nevermind... I figured it out.