View Single Post
  #4 (permalink)  
Old 1st June, 2007, 06:17 AM
Gizmo's Avatar
Gizmo Gizmo is offline
Chief BBS Administrator
 
Join Date: May 2003
Location: Webb City, Mo
Posts: 16,178
Send a message via ICQ to Gizmo Send a message via AIM to Gizmo Send a message via MSN to Gizmo Send a message via Yahoo to Gizmo Send a message via Skype™ to Gizmo

[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.
Reply With Quote