- Login to your SolidCP panel.
- Click on File Manager.
- Enter the PHP folder that is created under your home directory for the user.
- Scroll down to the php.ini and click the Edit button.
- From the new window you can change the values of upload\_max\_filesize and post\_max\_size which is primary related to your PHP upload limit.
- Once you are done click Save.
If the error is still present you might need to update the IIS upload limit.
This can be done by following the steps below:
- From the File Manager navigate to your website wwwroot directory.
- Scroll down to the web.config and click Edit.
- Add the following lines just under at the beginning of the file:
- Once you are done click Save.


