I've got JCE on a website that generates drawings from form inputs using the Calcbuilder component.
I've got a form that allows users to upload an image that will be inserted on the form, but whenever you upload an image via the form, the system automatically resizes it.
The images are over 1000px when uploaded, but are all sized down to 320px when they are uploaded, and that makes them basically illegible on the frontend. I really need to fix it!
Since I am using JCE as my default editor, I want to make sure that it's not your component that does this, and if it IS, to find out how to undo it.
I have contacted the maker of the other component, but I want to check all possible options so I can get this figured out and fixed ASAP.
See screenshots for examples of the image in my downloads folder (over 1000px) and after being uploaded via the form (320px). This is DEFINITELY happening during the upload process.