CodeIgniter Forums
nettuts image upload and resize - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: nettuts image upload and resize (/showthread.php?tid=31284)



nettuts image upload and resize - El Forum - 06-13-2010

[eluser]happyeddie[/eluser]
I've tried running the example code from:

http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-file-uploading-and-image-manipulation/

But some images that are above 800kb won't resize but upload just fine.

Is this a file system (mac osx with MAMP) issue or a CI config setting error?

I want to be able to change the image size of image that are larger than 2 meg.


nettuts image upload and resize - El Forum - 06-16-2010

[eluser]Ener1[/eluser]
check your php.ini file and set the max allowed size to 4 or 8 mb

cheers