V vaibhav c Guest Dec 3, 2008 #1 i'm not able to upload the larger file through the php code can u plz suggest me any solution for it?
i'm not able to upload the larger file through the php code can u plz suggest me any solution for it?
A Ariel Guest Dec 3, 2008 #2 Include this to your php code. This would programmatically set changes to ini file <?php ini_set("post_max_size","38M"); ini_set("session.gc_maxlifetime","10800"); ini_set("upload_max_filesize", "100M"); ?>
Include this to your php code. This would programmatically set changes to ini file <?php ini_set("post_max_size","38M"); ini_set("session.gc_maxlifetime","10800"); ini_set("upload_max_filesize", "100M"); ?>