Author Topic: The maximum size per file allowed for upload is:  (Read 973 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
The maximum size per file allowed for upload is:
« on: May 14, 2024, 08:20:51 PM »
hi, how i can

The maximum size per file allowed for upload is: 500M how can I increase this size, I already went to my .ini and nothing, I want to upload files from the file manager and it still shows me that my limit is 500 megas, also I already added the new registry and nothing works, it does not change the 500, what should I do?


Offline
*
Re: The maximum size per file allowed for upload is:
« Reply #2 on: May 15, 2024, 02:24:31 AM »
Thank you, I did everything in the video tutorial but it still shows max 500 M

Offline
*****
Re: The maximum size per file allowed for upload is:
« Reply #3 on: May 15, 2024, 02:33:53 PM »
What does it show under PHP Settings -> PHP Simple Editor?

2nd line should be upload_max_filesize = (Max size you want) I always recommend 2M

Just because that's usually the max attachment size for most emails.

Offline
*****
Re: The maximum size per file allowed for upload is:
« Reply #4 on: May 15, 2024, 04:13:54 PM »
A lot of CMSes (Wordpress, Drupal) seem to aggregate uploads using AJAX -- I've generally had to set it to 32M or even 50M, otherwise users complain that their web app is broken.