Why does a form reject my image if it is over 20KB?
Forms and portals that impose a 20KB ceiling are typically legacy systems built for low-bandwidth environments, or fields designed for small image types such as signature scans and thumbnail avatars. The limit is enforced server-side, meaning your file must be strictly below 20KB before you attempt to submit. Files at exactly 20KB are often rejected because the system checks for less than, not less than or equal to.