Good evening people, little question here... I'm trying to get this
file upload script to work but it tells me that move_uploaded_file()
fails because it doesn't have permission for the /tmp directory where
the file is before the move. I would chmod /tmp itself but wouldn't
that be a big security risk? is there another solution?