0 Replies Latest reply on May 1, 2005 3:37 PM by justinashworth

    Image upload

      Hi,

      I have written code to handle an image upload from a Multipart form and write it to the filesystem. However, my next step is to display that image in the web browser and I'm wondering if there is any way I can store web-accessible resources outside of an EAR/WAR file. I need to store the images in a place where they won't be overwritten if I redeploy a new version of the application. Is there a configuration setting that would allow me to access image files on the filesystem from a JSP?

      Thanks,

      Justin