| Author |
how to read a file from response object
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
|
I have servlet response object which file(allowable format).Now I want to read the file from response Object and save that file in some location of my computer. How It can be done. If possible give some pseudo code??
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2547
|
|
You set that file in the response, so you already have reference to it, moreover its present on your hard drive or a location accessible to you.
I am not getting what you are trying to do here.
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
 |
|
|
subject: how to read a file from response object
|
|
|