Page 1 of 1

attachment file size?

Posted: 17 Apr 2019, 16:18
by WeedTrek
How large of a file can I attach with a posted script? The script in question uses a lot of included WAV files.. and also has a custom 20mb "ffmpeg.exe" (compiled by Roger Pack) to work with the WAV files, all controlled from the script.
In total, it is 30mb in a ZIP folder, decompresses to 50mb once unpacked. This used to seem like a lot 10 years ago, but what are the limits now?
thanks very much
Aaron Bewza

Re: attachment file size?

Posted: 17 Apr 2019, 16:42
by joedf
The phpbb config is set to unlimited. However it might be limited by the php settings.

Edit: upload size is limited to 2mb by php.

Re: attachment file size?

Posted: 17 Apr 2019, 17:56
by WeedTrek
thank you very much joedf, so I'll put the corresponding files onto my web host server and provide a link instead :)

Re: attachment file size?

Posted: 18 Apr 2019, 14:55
by joedf
Sounds good :+1: