levani
10-17-2009, 02:07 PM
I get Internal Server Error when I try to upload files from php/html web form on my server. I use Linux server with php 5.2.
Can anyone please tell me why does it happen?
Thanks
if it's error code 500 this is permissions related. i.e. you don't have sufficient permissions to upload files to said directory.
barkermn01
10-17-2009, 11:21 PM
if it's error code 500 this is permissions related. i.e. you don't have sufficient permissions to upload files to said directory.
or you got a mess up in a .htaccess file
chmod 777 the directory your uploading to
windows right click property's and check all the boxes