Hello everyone, I need help with the component. I'm trying to limit the allowed image size for upload. I have already tried adding the "maxFilesize" property in the "options" section, and I have also tried directly adding the "max-file-size" property to the component, but nothing is working.
Regardless of the option I choose, the component always prevents adding images larger than 2MB.
Hello everyone, I need help with the component. I'm trying to limit the allowed image size for upload. I have already tried adding the "maxFilesize" property in the "options" section, and I have also tried directly adding the "max-file-size" property to the component, but nothing is working.
Regardless of the option I choose, the component always prevents adding images larger than 2MB.
component:
options:
Does anyone know how to solve this?