ZenphotoCMS Forum
Max file size in AJAX filemanager - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Max file size in AJAX filemanager (/thread-4333.html)



Max file size in AJAX filemanager - masv - 28-12-2008

Where do I change the Max. file size (50 KB) in the Ajax filemanager.




Max file size in AJAX filemanager - acrylian - 28-12-2008

Sorry, I actually meant to increase the low default value set by the file manager authors in the Zenpage 1.0.1 release. You can set that value in the file
zp-core/plugins/tiny_mce/plugins/ajaxfilemanger/inc/config.base.php in line 70.




Max file size in AJAX filemanager - masv - 28-12-2008

Thanks, I tried to search for the parameter, but I didn't find it, due to my search params grep -r '50 KB' *

Would it be an idea to place this parameter within the 'plugin option' in the admin interface?

M:-)




Max file size in AJAX filemanager - acrylian - 28-12-2008

Well, actually yes, but the ajax file manager is a pure standalone third party script I just took to save me from writing my own.
Actually I don't really want to change too much on it so that I don't have to bother with re-adding that with every update (we also recommend not to do that for the Zenphoto core..:-)).