Is there a succinct example of how to upload an image, resize it, store it in a database and then serve the image up using Lift?
I’m sure I could piece it together from the file upload, Java 2D API, Lift Mapper and Response APIs. But is there any example code I can follow to do it the ‘correct’ or recommended way?
I did this for a Mapper field linked to s3 by creating a new MappedField. I also have a some code to resize, but haven’t tested or deployed (so use with caution).