Jhon Wick Beginner Mar 27, 2025 #1 How can I increase the list upload limit in Mumara campaigns? I want to import a contact list sized 6MB, but my current upload limit is only 2MB.
How can I increase the list upload limit in Mumara campaigns? I want to import a contact list sized 6MB, but my current upload limit is only 2MB.
far00q Beginner Mar 27, 2025 #2 Jhon Wick said: How can I increase the list upload limit in Mumara campaigns? I want to import a contact list sized 6MB, but my current upload limit is only 2MB. Click to expand... To increase the file upload limit in Mumara campaigns, you need to Access the server where Mumara is hosted and locate the php.ini file. Open the php.ini file and look for the following: upload_max_filesize Set this to a value greater than 6MB, e.g. 10M. post_max_size This should also be set to a value higher than upload_max_filesize, e.g. 12M. After making the changes, save the file and restart your web server.
Jhon Wick said: How can I increase the list upload limit in Mumara campaigns? I want to import a contact list sized 6MB, but my current upload limit is only 2MB. Click to expand... To increase the file upload limit in Mumara campaigns, you need to Access the server where Mumara is hosted and locate the php.ini file. Open the php.ini file and look for the following: upload_max_filesize Set this to a value greater than 6MB, e.g. 10M. post_max_size This should also be set to a value higher than upload_max_filesize, e.g. 12M. After making the changes, save the file and restart your web server.