Hi All,
I'm working on a photo gallery application in JSP and have encountered a problem trying to create thumbnails from large photos.
Basically I'm trying to create thumbnail images on the fly(image file should not save to the hard disk) to serve up to the users via the JSP script.
Is it possible to do in jsp(with html)?
Does anybody has idea or source? Please let me know.
Thanks in Advance,
V. Prasath.