在joomla中更新upload_max_filesize [英] Updating upload_max_filesize in joomla

查看:75
本文介绍了在joomla中更新upload_max_filesize的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Joomla1.5框架.我无法提交包含多个上传文件的表单,每个文件的大小均超过3mb.我试图将布局default.php(views/tmpl/default.php)中的post_max_sizeupload_max_size参数设置为

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');

,但该参数仍仅显示默认大小. 你能告诉我在joomla中设置值的位置/方式

but that parameters still showing default sizes only. can you please tell me where/how to set value in joomla

预先感谢

推荐答案

找到您的服务器使用的php.ini文件,并将"upload_max_filesize"值更改为更高的值,然后重新启动服务器.

Find the php.ini file that your server uses and change the 'upload_max_filesize' value to a higher number and restart the server.

这篇关于在joomla中更新upload_max_filesize的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆