Best way to do it is to have some sort of server process that scales the image and store that scaled version for future requests. I had built a system quite a while ago for doing Image Management and it would scale multiple sizes of each image on upload and then you can download the appropriate size as needed. Much like how flickr works. We built it in java. If you can run java I can try and dig up some of the code.
> I'm not sure that is possible given the nature of how data is stored > in image files... maybe somebody else has some insight in to the > topic. > > Brian

