Change the maximum image size that can be uploaded to 1mb
Try to upload an image that is bigger than 1mb
Error message This file is too large to upload
Error message You are not authorized
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
The problem is that the private function checkContent()
in administrator\components\com_media\src\Controller\ApiController.php
is not generating the message and instead it is coming from _handleError(error)
in administrator\components\com_media\resources\scripts\app\Api.js
Just tested on a fresh intallation, with maximun set to 1mb.
Uploading a bigger image results in the error as described by @brianteeman
Repating the Upload with another big image. I got "Item uploaded." but nothing was uploaded.
Repeating with a very small image. I got "Item uploaded." but nothing was uploaded.
Win10, local installation in xampp
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-04 22:01:22 |
Closed_By | ⇒ | Quy |
Could somebody advise where the unminified version of mediamanager.min.js is located please