Sunday, August 9, 2009

File Uploads in PHP

Once I got PHP working on my Dev server, still another hurdle - file upload wouldn't work because PHP wasn't handling the file upload temp directory (which is set in php.ini). To fix this, I added www-data, the user that PHP runs under, to the right group for the temp directory.

No comments: