Web Hosting server not allowing an upload over 8 mb using php file manager: Simple Solution

If you have a website hosting then it is always better to use your own hosting space to send link of larger files via mail then using any file sharing provider. Using your own hosting account you will gain maximum flexibility when and how much time you have to keep that filesĀ  and most of it this will be the most secure way to have files online.

But do you think it is as easy? For some of us it is one of the easiest way if using any FTP manager.

….but for some of us it is not easy as it sounds… as I have encountered a query as some of the hosting servers do not accepts files larger than 8 mbs. May be for some hosting providers it could be upload limit but for those who have bought the enough web space hosting it may be then related to their .htaccess file disabling them to upload files larger than 8 mb.

Now hot to get rid of upload limit of 8 mb using PHP manager?

To get rid of this you only need to copy and paste the following code into the .htaccess file

php_value upload_max_filesize 30M
php_value post_max_size 30M
php_value max_execution_time 250
php_value max_input_time 250

Make sure you are using any ftp program to get access to .htacces file. If still the problem persist then contact your web hosting provider… as they are one of the best source provide you the better detail what to do; to tackle this situation…. i.e. bypassing hosting server limit more than 8 mb to share and upload larger files.

Leave a Reply

Your email address will not be published. Required fields are marked *