Not sure what your needs are, but for every case of needing dynamic images uploaded by clients, we just upload the file to a real directory, and store the path (or just filename) in the database. We also do known manipulations at this point (such as dynamically creating thumbnails or resizing).
Then there is no need for additional processing, just write dynamic IMG tags pointing to the stored filename. Or if you really need the servlet to actually act as an image (say, you don't want the image directory accessible from the web), I suppose you'd have to see if reading/outputting a real file is quicker than loading from DB/decoding/outputting. My guess is yes. Luke --- Bobby Kuzma <[EMAIL PROTECTED]> wrote: > I know, it's not the best way to handle it, and if anyone > has any better > ideas, feel free share them. ===== ------------------ Sanity is a form of conformity. -John Nash ------------------ __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
