Hi again,
I'm allowing users of my web application to upload various image files both in and out of CuteEditor. One thing I've noticed is that people will upload too-large images (I'm not talking too large file-size, I'm talking too large for the screen) and panic when they see a huge image dominating their screen. What I'm doing is when they upload an image I use GDI+ to compress and resize the image into a web-friendly JPEG. I'd also like this to happen when they upload an image via CuteEditor. Is there a way for me to override or otherwise change the code CuteEditor uses to save an image to the server?
Chris