Issue
When uploading the Elementor Pro plugin to your website, you may receive an upload_max_filesize error. This is a rare occurrence.
Possible cause
This error may occur when:
- The website host has restricted the size of files that you can upload to your site.
- Uploading media and other files to your site.
Solution
Your website contains the php.ini file which determines the maximum size of files you are allowed to upload.
Follow the below steps to edit the php.ini file:
- Login to cpanel.
- Locate php.ini file.
- Set a greater value for upload_max_filesize.
You can also edit the php.ini file yourself. For details, refer How to Increase the Maximum File Upload Size in WordPress.
Best Practice
Contact your hosting provider to edit your php.ini file.