Hello,
I'd like to be able to send attachment bigger than default 2M size limit.
In my php.ini's (I have 2 files, one in /etc/php/cgi, the other in /etc/php/cli), I've changed upload_max_filesize to 10M, but I still cannot send big attachments.
Do I need to restart something to make the changes effective?
Thanks,
Hi
You need to restart web server.
On 3.5.2014 11:23, barul wrote:
Hello,
I'd like to be able to send attachment bigger than default 2M size limit.
In my php.ini's (I have 2 files, one in /etc/php/cgi, the other in /etc/php/cli), I've changed upload_max_filesize to 10M, but I still cannot send big attachments.
Do I need to restart something to make the changes effective?
Thanks,
On 05/03/2014 10:18 AM, Ismail YENIGUL wrote:
Hi
You need to restart web server.
And change also post_max_size.
On 2014-05-03 10:20, A.L.E.C wrote:
On 05/03/2014 10:18 AM, Ismail YENIGUL wrote:
Hi
You need to restart web server.
And change also post_max_size.
Well thanks to both of you for that very fast answer, restarting the webserver did the trick (I also changed post_max_size) :-)