|
Hi Belisarius,
response.getOutputStream().write(current);
Like this i will write the raw bytes to the response.
But on the user's file system i want to save this written bytes to a particular location so for that i will ahve to create some files in the user file system dynamically .So how to do that???
Thanks,
Jignesh
|