[sigh]
It looks like we've hit an internal limit of PHP. For some reason that makes no sense to me whatsoever, PHP checks the size of the file when you call fopen(). I can't imagine why it would do so, but I'm sure it makes sense to the folks who wrote the code.
Anyway, because of this behavior, and because AOA is currently running compiled on 32-bit code, we can't send files larger than 2 GiB to anyone.
Grrr........
Because it is a limitation inherent to PHP and how it handles files, there's nothing I can do to work around it, either. |