Member
Member
arvidtp   13-10-2008, 00:20
#1

Trying out zenpage - seems great, but one thing is bothering me so far:

The Ajax file manager is telling me I can't upload an image > 50KB in size. That seems like a very small limitation. I can upload files up to 20MB to my server via PHP. Is there any way to change this?

Obviously I can upload larger files via FTP, but the people I am making the site for don't necessarily know how to do that - nor should they need to.

Thanks!

Administrator
Administrator
acrylian   13-10-2008, 08:48
#2

Yes, indeed that is set ridiculous low...it's the default setting by it's creators. Of course you can set the upload maxsize yourself:
open tiny_mce/plugins/ajaxfilemanger/inc/config.base.php

There in line 70 you will find:
define('CONFIG_UPLOAD_MAXSIZE', 50 * 1024 ); //by bytes

I will set the upload value higher in the svn, too.

Member
Member
arvidtp   13-10-2008, 22:18
#3

Great! that worked. Thanks!
Arvid

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.