10/09/2014 at 5:08 pm
#306654
Participant
Hi again Steven
Perhaps I don’t explain good; I don’t want to allow users to upload bigger files. Just the opposite: I want that Connections prevent users to do this, like WP core prevents on media library.
I take a look to connections code and I found a class.upload.php with this content:
$this->translation[‘uploaded_too_big_ini’] = ‘File upload error (the uploaded file exceeds the upload_max_filesize directive in php.ini).’;
But this message is not showed. So, this class is not being loaded? Or why not connections is detecting that file exceeds directive?
One thing perhaps may be important, my installation is multisite.
Thank you for your attention,