How to adjust max attachment size more than 1 M?
Moderator: Thorsten
How to adjust max attachment size more than 1 M?
I have tried to adjust max attachment size more than 1M via control panel but no use. Could anyone tell me how to modify the php code in order to support larger attachment. Thanks a lot.
Re: How to adjust max attachment size more than 1 M?
Hi,
you have to change the setting in your php.ini file if there's a restriction, too.
bye
Thorsten
you have to change the setting in your php.ini file if there's a restriction, too.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: How to adjust max attachment size more than 1 M?
Hi,Thorsten
First thank you for your kindly reply. I had changed php.ini with the configuration "upload_max_filesize = 32M" but no use. Could you give me further idea on this issue? Thanks so much for your help.
Kindly Regards
Alex
First thank you for your kindly reply. I had changed php.ini with the configuration "upload_max_filesize = 32M" but no use. Could you give me further idea on this issue? Thanks so much for your help.
Kindly Regards
Alex
Re: How to adjust max attachment size more than 1 M?
Hi Alex,
did you restart your webserver?
bye
Thorsten
did you restart your webserver?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: How to adjust max attachment size more than 1 M?
Hi,Thorsten
I had restarted the http server(apache) but no use.
Kindly Regards,
Alex
I had restarted the http server(apache) but no use.
Kindly Regards,
Alex
Re: How to adjust max attachment size more than 1 M?
Hi,
I re-checked the PHP manual, you need to change two values:
Sorry!
bye
Thorsten
I re-checked the PHP manual, you need to change two values:
Code: Select all
post_max_size=20M
upload_max_filesize=20M
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist