WordPress Import shows an error when uploading previously exported xml file

You need to increase the upload limit in your php.ini.

To increase the maximum upload file size, open your php.ini file in the “xampp/php/php.ini” directory. search for upload_max_filesize and increase the value like :

upload_max_filesize = 128M

Leave a Comment