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 under /web/WEB-INF for the non-web accessible image uploads and another empty directory right under /web for the web accessible images.

I'm not totally familiar w/Tomcat's redeploy process, but is it a safe/normal practice to create empty directories in your app like this w/o the fear of losing anything when the app is redeployed in production?

Are there better/safer places to put user content for these circumstances?

Thanks for any ideas,
Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to