I am using frame work Joomla1.5. I am not able to submit form with multiple uploaded files having each file size more than 3mb. i tried to set post_max_size
, upload_max_size
parameters in layout default.php(views/tmpl/default.php)
as
ini_set('upload_max_filesize', '5M');
ini_set('post_max_size', '15M');
but that parameters still showing default sizes only. can you please tell me where/how to set value in joomla
Thanks in advance