On Jan 14, 2008 11:21 AM, Sam Barnum <[EMAIL PROTECTED]> wrote: > Any suggestions or best practices on how to handle image uploads? > I'm planning on saving uploaded images as files (not BLOBs) and > serving up resized versions of the images. > > In particular: > > Is there a good "standard" place to store the full-res files in a > wicket application?
Not really. Pick a suitable directory if you don't want to use something like a database. > Should I serve the resized versions via wicket, or instead try to > save them in a folder which is served directly by my webserver? > These won't be in the classes directory, since I don't want them > wiped out during redeployment. Whatever makes most sense in your situation. :-) Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]