shki_80 Posted March 16, 2010 Share Posted March 16, 2010 Hi All, I have a problem uploading Max size more or less 40MB from our admin side. My site is hosted on godaddy.com. I asked them to configure php.ini for the following. max_execution_time 400 post_max_size = 40M upload_max_filesize = 40M But they said that make your php5.ini file and place on www folder. I did so but server error comes up as below. Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. Secondly I found another solution from internet that to make .htaccess file and place the following configuration and also place this file on www (root directory). php_value upload_max_filesize 40M php_value post_max_size 40M php_value max_execution_time 400 php_value max_input_time 400 No after above changes I got the same error. Pls. if you help in this regard. What step to do next. I am looking for your positive response. Regards Link to comment https://forums.phpfreaks.com/topic/195411-posting-a-large-size-file-of-40mb/ Share on other sites More sharing options...
PFMaBiSmAd Posted March 16, 2010 Share Posted March 16, 2010 Don't double post. Link to comment https://forums.phpfreaks.com/topic/195411-posting-a-large-size-file-of-40mb/#findComment-1026887 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.