Maximum file sizes

1 Replies, 124 Views

I strongly suspect this information has been shared but...

What are the maximum files sizes the site can accept as uploads?

Reason for asking is that I tried to post a .gif file that was 62Mb and it wouldn't load (flagged as exceeding maximum file size) but from memory I'm sure I've loaded larger video clips before???

Is there one limit for 'images' (jpeg, png, gif, etc) and another for 'video' (mp4, etc) and if so, what are they please?

MJ
(03 May 2024, 11:28 )madjack Wrote: What are the maximum files sizes the site can accept as uploads?
There are several limitations: PHP file size, PHP upload size, upload time, cache, per file type.

The easiest is "per file type/extension":

GIF 40MB
JPEG 13MB
PNG 10MB
MP3 127MB
mp4 129MB
WEBM 94MB
TXT 200KB
WAV 98MB

These sizes can easily be changed. I would prefer to keep all files smaller than 100MB to fit the Cloudflare cache.
(This post was last modified: 03 May 2024, 17:07 by Like Ra.)