The error is usually reported like this:
Steps to resize the download file:for a local server
- Open the C drive as an administrator and open the xampp folder.
- Click to the php folder and open the php.ini file in editor mode (for example, Notepad or Wordpad).
< figure class = aligncenter amp-wp-inline-e407ac51e00eb7ad9e758d070160c9d8> - In your php.ini file find the upload_max_filesize keyword and update its value to the desired file size for one largest attachment. By default, it is set to a maximum of 2 MB.
- Then search for the keyword post_max_size and update it to the maximum required, which is the size of all content and attachments included in the post.
- Save made changes and restart the server (XAMPP).
Note:upload_max_size limits the size of an individual attachment, and post_max_size - restriction for the entire content of the message.