Error uploading 80mb file appgini

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
leandro275
Posts: 2
Joined: 2016-12-27 17:22

Error uploading 80mb file appgini

Post by leandro275 » 2017-12-29 18:26

When I upload files with more than 80mb it loops and gives system error.
Is it possible to put files of this too?

User avatar
Celson Aquino
Posts: 27
Joined: 2017-08-26 15:40
Location: Salvador, Bahia - Brazil

Re: Error uploading 80mb file appgini

Post by Celson Aquino » 2018-01-02 13:07

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)

Post Reply