Not really entirely a struts question but here seems as gooder place as any. 

To have the benefits of storing images in the database without having
to write a byte array to an output stream, I figured have a servlet
that lists all the blobs from a data base and then create files based
on those at start up. And when new images are added perhaps generate
them then. Likewise when deleting images from the database, then
delete those files.

The only problem I'm having is that the files I create using the
java.io.File appends some weird shite to the file name when i need
these to match exactly the uids and such like I'm trying to call them.

Anyone had to deal with this before?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to