![]() |
How to Increase size for upload image - 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: How to Increase size for upload image (/showthread.php?tid=30384) |
How to Increase size for upload image - El Forum - 05-13-2010 [eluser]CleverMind[/eluser] Hello All Friends, I am uploading image in the project. But I have a problem that I am only able to upload maximum 70kb size of image. How can increase size for uploading and where ? please help me.. Thanx in advance.. How to Increase size for upload image - El Forum - 05-13-2010 [eluser]Buso[/eluser] try changing these values inside php.ini: upload_max_filesize post_max_size |