I\'m trying to upload a file larger than 2GB to a local PHP 5.3.4 server. I\'ve set the following server variables:
I figure out how to use http and php to upload a 10G file.
php.ini:
post_max_size = 0 upload_max_filesize = 0
It works in php 5.3.10.
if you do not load that file all into memory , memory_limit is unrelated.