-1

How to remove the php.ini maximum file upload size in the live hosting site in PHP 7+ and Wordpress 5.4+ versions?

I was facing a deep question as to how to increase my php.ini file maximum file upload size as my theme was not installing?

I tried again and again and now I am fed up.

  • Does this answer your question? [Change the maximum upload file size](https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size) – Joundill May 19 '20 at 00:51

2 Answers2

0

You need access to the php.ini file, without help of the hoster you can not change it.
The PHP setting is not the only limitation. The webserver itself (apache, nginx) has also a POST max size which cannot be changed by you.

Bernhard
  • 414
  • 3
  • 6
0

You can check this video out: https://www.youtube.com/watch?v=S8fhJbrAe_A

Note that the interface might be a bit different from your hosting, however the idea should be pretty much the same.

Genc Hani
  • 85
  • 1
  • 11