|
PHP max file upload is restricted to 2mb. If your trying to upload a file over 2mb then yes your server will drop that file and nothing will be uploaded. Your solution is to edit the php.ini or have your host do it and raise the max upload filesize. Now if you can not do that then you need to restrict the max filesize in the Admin => Edit Usergroups max filesize setting.
|