
August 18th, 2000, 01:09 PM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
|
It's most probably just a file/directory permission thing. The PHP process executes server commands under the username and group 'nobody', so unless your directory is world-writeable OR is chowned to nobody:nobody, PHP will be unable to upload a file. For better security, I recommend the second choice; just create a directory for upload and chown it to nobody:nobody.
|