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