View Single Post
Old 04-04-2006, 10:08 PM   #10 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
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
j.gohel is offline   Reply With Quote