Increasing Max Upload size - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Increasing Max Upload size (/showthread.php?tid=74) |
Increasing Max Upload size - mweaver - 12-20-2014 I have a client for whom I'd like to make a download available for via the documents inside CoreBOS. Is it possible to set the Max Upload size greater than 5MB? The size of the file is 2.7GB. Re: Increasing Max Upload size - joebordes - 12-20-2014 First try configuring your PHP and apache correctly: <!-- m --><a class="postlink" href="http://lmgtfy.com/?q=php+upload+gb+file">http://lmgtfy.com/?q=php+upload+gb+file</a><!-- m --> That size of file is really big, I'm not sure you will be able to upload that, and the download will be a pain too. I mean how long does it take to download almost 3Gb of information? RE: Increasing Max Upload size - huskybob - 12-09-2019 please guys i need to help with regards to the latest CoreBOS " Maximum upload size is 3MB " i am using Nethserver 7 with latest CoreBOS installed php.ini file = upload_max_filesize = 64M = post_max_size = 32M config.inc.php = $upload_max_filesize = 35000000; config.template.php = $upload_max_filesize = 35000000; i still get the " Maximum upload size is 3MB " showing ??? what must i do to change this to be able to upload a maximum of 35MB? any help greatly appreciated RE: Increasing Max Upload size - joebordes - 12-09-2019 we do not use configuration files for settings anymore. Only the most basic and fundamental settings are still in the config.inc.php file. Now we use Global Variables. http://corebos.com/documentation/doku.php?id=en%3Aadminmanual%3Aglobalvariables http://blog.corebos.org/blog/globalvariable you are looking for: Application_Upload_MaxSize let us know how it goes |