How can i increase the bulk import products file size

i am trying to bulk upload products it gives error file size is greater than 64 mb how can i increase the size because my file size is 250 mb

If I recall correctly, you have to change the PHP variable “upload_max_filesize” to a higher value.

However, such large file may simply not be possible to process due to limitations of your server, so maybe it’d be better to split it into some smaller files?

3 Likes

This module can help you, it splits the file into 300 or 500 products and processes them.

Please go to the following page

admin.php?dispatch=tools.phpinfo

and check all server settings related with file size

1 Like