HTML Upload file sizing

Hi,

I currently use the upload feature of the HTML Editor. In the upload controller I resize any image to a decent size, and because we embed our images Base64, this is what we return to the editor. All works great.

Is it possible to push the image size chosen by the user (on the upload dialog), through to the controller so we can make it match exactly. I think we resize to 600px wide by default but a lot of the images are specified to be smaller than that, even though the original file uploaded is massive!

Hi @andymarksonline,

No, this is not currently possible. The image is posted as selected by the user.