Upload permissions
I have some PHP code that allows users to upload files to the web server from their browser. The code works fine on my machine at home, but does not work on the web server.
So I figure it's a permissions problem, and I chmod 777 the folder where the uploaded files are going. Still nothing.
So my question is, are there other settings within Linux or Apache that could be set to prohibit file uploads from the Internet?
Thanks,
Chris Funkhouser
|