Replies: 3 comments 3 replies
-
@lefmic Can you please post a bit more of a verbose example? How do you check the upload? |
Beta Was this translation helpful? Give feedback.
3 replies
This comment was marked as spam.
This comment was marked as spam.
-
This has been resolved in #16444 Thank you @lefmic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Min file size validation seems to compare in the wrong direction:
Uploading a file of size 15K returns response: "thumbnail is smaller than file size (1K)".
Setting the value above 15K removes the error message.
I would expect this class to check that the file size is not less than 1K in this configuration. Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions