Welcome Guest, Not a member yet? Register   Sign In
Issues with downloading zip files
#1

[eluser]Unknown[/eluser]
Hi, I've using using CodeIgniter for a while now and I just starting using the Zip Encoding Class. However, whenever I try and download ($this->zip->download('..')) a zip file that's more than 2 MB it stops downloading at 2 MB and I'm unable to open the zip file. Is there anyway to fix this issue?
#2

[eluser]tomcode[/eluser]
Welcome Runey676,

a fast guess : maybe Your memory limit is set to 2 MB (though usually it's set to 8 MB).

You can check that with phpinfo() and change it in Your php.ini (memory_limit).
#3

[eluser]Unknown[/eluser]
That worked, thanks a lot!




Theme © iAndrew 2016 - Forum software by © MyBB