Override InsertImage.frame.aspx

  •  09-13-2006, 5:37 AM

    Override InsertImage.frame.aspx

    Hi all,
     
    I'm trying to override the default image handling to create several sized thumbnails of each uploaded image, is there any way I can do this? I'm writing an article editor, and I need to be able to produce a mini thumbnail for the article summary, a regular sized one for the article itself, and a 'spuersize' one for a detailed view.
     
    At the minute I'm having to parse the Editor's text and perform my own image processing on each <img> tag, then rewrite the tag to point at the regular-sized image. This works, but its not exactly effecient or pretty. If I could control how the insert image page generated the thumbnail(s) and the path it returned to the page I'd be in business.
     
    Has anybody tried this before, or am I missing something really obvious? Please let me know if I have a chance here :)
     
    [I also posted this question in a different way yesterday here http://cutesoft.net/forums/thread/22616.aspx]
     
    Thanks in advance,
     
    Jonathan
    Filed under:
View Complete Thread