Lead import by VCard exceeds 30000 byte Limit

Hi,
I tried to import a VCard but I got this error:
“The uploaded file exceeds the 30000byte size limit which was specified in the HTML form.”

php.ini is correted:
post_max_size = 100M
upload_max_filesize = 100M

config.php in thee suiteCrm Root-Folder:
‘upload_maxsize’ => ‘30000000’,

Config:
SuiteCrm 7.8.2
MySql
IIS 7
PHP 7

I can upload the vcard as a documente, this works. But not as a VCard. How can I change the size limit?

Regards

The problem is in the form HTML code. The file to change is include/MVC/View/tpls/Importvcard.tpl. Search for 30000 and you’ll see the form element that needs to be adjusted. One caution is that if you update your site, this change will get wiped. I would suggest putting in a feature request with SuiteCRM to have this as a feature as it is not easy to ensure that it stays with the new valid you provide.