ByteArray to Image file conversion??
843836Aug 21 2003 — edited Aug 21 2003Hi,
I have a byte array of an image file with me in a JSP page.What I want to do is to convert this byte Array into an image file for which I am not giving any absolute path.
I am only giving a dynamically generated fle name to FileOutputStream object with "." as the current directory.
I want to handle this file automatically that is I am not storing this file somewhere across the web path and once I display and come out from the page, I want to destroy it
Can anybody suggest something how to acheive this?
Regards,
Pratap
INDIA