Can import product in one lot more than 10 mb file size

We have more product range so we want to 10 mb file in one lot is it possible.

Regard
Anjum Biotech

There is a setting in you php.ini controlling that, it’s called upload_max_filesize

Probably you just need to increase it.

Yes, you need to change your php.ini configuration, probably you have to change 3 values:

memory_limit = 20M
upload_max_filesize = 20M
post_max_size = 20M

but don’t forget to change also the “Maximum upload size” in the suitecrm “system settings”.