Page 1 of 1

Error uploading 80mb file appgini

Posted: 2017-12-29 18:26
by leandro275
When I upload files with more than 80mb it loops and gives system error.
Is it possible to put files of this too?

Re: Error uploading 80mb file appgini

Posted: 2018-01-02 13:07
by Celson Aquino
You could create a file called php.ini inside the public directory on your web server and add the following command on there:

Code: Select all

upload_max_filesize = 80M
Please change the 80M to any maximum size you need (80M = 80 Mb)