Re: Where to store uploaded user content in app

2010-06-10 Thread Eric P
Caldarale, Charles R wrote: From: Eric P [mailto:eric.maill...@gmail.com] Subject: Where to store uploaded user content in app For example, in my application I was thinking I would create an empty directory under /web/WEB-INF for the non-web accessible image uploads and another empty

RE: Where to store uploaded user content in app

2010-06-08 Thread Caldarale, Charles R
> From: Eric P [mailto:eric.maill...@gmail.com] > Subject: Where to store uploaded user content in app > > For example, in my application I was thinking I would create > an empty directory under /web/WEB-INF for the non-web accessible > image uploads and another empty director

Where to store uploaded user content in app

2010-06-08 Thread Eric P
Hi ya, I have an application that I want to write that would allow users to upload an image to somewhere non-web accessible and said image is then later moved somewhere web accessible (after image moderation). For example, in my application I was thinking I would create an empty directory unde