Hi All, I have an application where user uploads a file and then we need to process the file and after that pull some images from from DB(binary data) and save this data as images on the client machine. I have some prob in saving the images on client machine.
I am using the following code in my action class : but this saves files on the server :
I did some research and found that
ServletOutputStream is actually used in downloading files from server to client. But I am not sure if I could use this class to save the binary data.
Any help would be greatly appreciated
Thanks in advance..
--Srik