Problem with Image uploading in PHP?

Booboo

New member
Uploading images and reading them work just fine locally, but when I use a form to upload images on to the server, they get uploaded without any error with proper writing permissions (0755). Have also used chmod command. But the images are not read. When I click on the images, I get 403/404 Errors, and the Image info is not available.
Ex in firefox,
Image type: text/html
Image size: Uknown (not cached)
In Google chrome,
403 Error - You don't have permission to access the image.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'm wondering where else am i going wrong?

Additionally info: The server is Linux.
 
Back
Top