Problem: I've got a PHP application and I'm trying to upload files using the software to my website. Anything that is over 2 megabytes doesn't seem to work.
Solution: Commonly this is due to your 'upload_max_filesize' and 'post_max_size' PHP settings being set to low. With our servers, this is configurable by the user and is very easy to change!
If you require any further assistance, please reach out to us!
- Login to cPanel. Click here to use our quick login redirector.
- Find the "Select PHP Version" icon. Click the icon.
- Click "Switch to PHP Settings" in the top right corner.
- Adjust "upload_max_filesize" and "post_max_size" to match, but larger than the file you need to upload.
If you require any further assistance, please reach out to us!