Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong file size if resize is used #87

Open
jdemovic opened this issue Aug 17, 2021 · 0 comments
Open

Wrong file size if resize is used #87

jdemovic opened this issue Aug 17, 2021 · 0 comments

Comments

@jdemovic
Copy link

Expected behavior

If I use the Image Resizing property. The file size will be checked after resizing.
Max file size is set to 1MB.
JPEG file is 5MB size. After resizing It has 0.5MB.
Image should be uploaded without exceeding maximum image size check.

Actual behavior

File can't be uploaded due to exceed max file size 1MB. (reduced size is 0.5MB If I allow bigger files and check the collection using dbms_lob.getlength)

APEX version

18.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant