3 Replies Latest reply on Nov 24, 2004 11:10 AM by desmetch

    Uploading images in JBoss

    jtpsoft

      Hi Guys,

      I am migrating an application (struts, EJBs) from WebLogic 8.1 to JBoss 3.2.5. Uploading images and later presenting them per users' request is a crucial part of the application.

      In WebLogic design I used virtual directory mapping in weblogic.xml and stored images in there. In database I stored only location using that virtual directory mapping (virtual directory + file name). Now I am trying to do the same (or similar) in JBoss and I am failing and thinking to go back to WebLogic.

      Can somebody help me? How can I place images somewhere on disk, store paths to those files in database and use those paths for presenting images back to users?