![]() |
Maximum file sizes - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: Maximum file sizes (/Thread-Maximum-file-sizes) |
Maximum file sizes - madjack - 03 May 2024 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 RE: Maximum file sizes - Like Ra - 03 May 2024 (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. |