08-09-2018, 04:06 PM (This post was last modified: 04-04-2020, 12:28 PM by rslemer.)
If you try import a big file, system show coreBOS Security error, instead a message file bigger the allowed
For me, if file has more than 40mb, occurs this error
03-26-2020, 06:26 PM (This post was last modified: 03-26-2020, 06:27 PM by rslemer.)
according with github conversation about this, to working a large upload file, I think is neede change tree parameters
at php.ini
upload_max_filesize
post_max_size ( i think is necessary is, no minimal a double of upload_max_filesize )
coreBOS
Application_Upload_MaxSize ( in global variable)
config.ini.php
not necessary anymore, variable in this file is obsolete
After coreBOS introduced the option for "Test", I suggest, with a better enhancement, when click on this option "Valid" system look at php.ini value to shows if all is correct or not, or a popup to alert about thats parameters
This kind of controls, help a lot, the team support