i have an old cms (classic asp) where for every image that the editor is upload i save 3 images (small,big and original). the size of the images are pre defined in the db (for each modul difrent size).
now in the new CMS (asp.net) that i build i think to save just the original and create images on demand with the right size?
did it's ok? i will get better flexibility but maybe it will be slower?