I'm wondering what is the best practice of uploading an image and saving multiversions of this image with different resolution?

one solution is to save only one version and use handler to resize on demand other solution is to save many versions on server and download the version needed or save one version and use it with width/height attributes

or something else,

what is the best practice ?

link|improve this question
I think the N2 CMS does this for its gallery; you might want to look at the code on CodePlex. – IrishChieftain Sep 13 '11 at 3:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.