Report this

What is the reason for this report?

why can't import xml file which is bigger than 2M?

Posted on January 17, 2015

In my /etc/php5/apache2/php.ini file: post_max_size=10M

and i test it with

<?php echo phpinfo(); ?> The result is post_max_size=10M.

When i import a 3.5M xml file,error message :

Sorry, there has been an error. The uploaded file exceeds the upload_max_filesize directive in php.ini.

How to fix it ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

post_max_size is not the same as upload_max_filesize.

think woet , max_file_uploads is not the same as upload_max_filesize too , problem solved after change upload_max_filesize=10 .

max_file_uploads= 20

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.