32451
I did some digging on this. The reason I set the max file size to 7.5mb is because it's just under the max post data size of 8M. I thought maybe it was a timeout issue, but PHP only counts time during actual script processing which is after receiving all post data. Then I noticed the other PHP attribute upload_max_filesize is set to 7M. Poo on that. Did some research; apparently, if BotB upgrades up from PHP 5.2 I can slip a little php.ini in the BotB's root directory and adjust that value. "Note that some variables (in particular, post_max_size and upload_max_filesize) are subject to internal limitations; increasing them [b]significantly beyond the default values will not work[/b] correctly." So I'll be messing with that this weekend.
In the interrum, I have set the maxEntrySize to 7000000 which should negate the storage error file upload fails.
In the interrum, I have set the maxEntrySize to 7000000 which should negate the storage error file upload fails.