Re: upload and store img

2009-05-20 Thread Stefano Tranquillini
avec bonté que pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les emai

RE: upload and store img

2009-05-19 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. > Subject: RE: upload and store img > Date: Tue, 19 May 2009 13:11:19 -0400 > From: david_kawczyn...@merck.com > To: user@struts.apache.org > > Retrieving from DB and outputting to HTTP: > Every time I've don

RE: upload and store img

2009-05-19 Thread Kawczynski, David
Retrieving from DB and outputting to HTTP: Every time I've done this it has been without the use of struts. I use a servlet that looks for e request parameter storing an ID that resolves to the image in the DB. I lookup the image, set the response type for that image, then output the bytes that