I agree that this sounds like a PHP limit. However, I have been unable to find anything in the PHP documentation that would indicate such a limit.
Unfortunately, splitting the file is not an option in this case. A confirmation from someone that they have encountered a similar issue would be enough to determine that this is a system (rather than a user) error.
Main Topics
Browse All Topics





by: chingmdPosted on 2008-10-13 at 08:51:31ID: 22703445
I'm no php expert, but reading your question, made me think that the limit is PHP itself. That being the case, I would split the file into managable sizes, and unsplit (if needed) in the destination location.