Vcard import limitation

I tried to import a Vcard (50 kB size) and got the following error message:
The uploaded file exceeds the 30000 bytes size limit which was specified in the HTML form.

How can I change the import limitation setting?

Thanks in advance or the help.

Wood

PS: I am not a programer

You could try tweaking this here

https://github.com/salesagility/SuiteCRM/blob/master/include/MVC/View/tpls/Importvcard.tpl#L64

but it won’t be upgrade-safe, you might have to redo it after an upgrade that touches that file (not likely to happen, but possible).

Thank you for your feedback, but I am not a programer and honestly do not know what to do with it. :blush:

It’s pretty easy.

First, make a backup of that same file in your system, so you can put the original back, in case you break something by accident.

Then open that file in a text editor (like Notepad) and change the 30000 to a larger number. Save the file, and try the import again.

thank you, I will try that when I am back on my desk on Monday. I will let you know how it goes. Have a great weekend