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.
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?
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
= p
ost_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
