Hi! I am Phani.
Could any body send me the sample code for downloading a file using
servlets? I had this problem, when i tried to download the res was not
happening as stream, how can i make that please send me sample code?
Please................ Urgent!
>Could any body send me the sample code for downloading a file using
>servlets? I had this problem, when i tried to download the res was not
>happening as stream, how can i make that please send me sample code?
use a sniffer to have a look at the messages to and from the server to
request a download. If the file is short, you can return it as your
response. If it long, you might need to spawn a separate thread, or
use some feature of Servlets I am not familiar with to handle the long
download.
see http://mindprod.com/jgloss/sniffer.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
...
>Could any body send me the sample code for downloading a file using
>servlets? I had this problem, when i tried to download the res ..
res? Resin?
>..was not happening as stream,
..oh, that's a *block*. Try warming it. It won't make
it runny, but will soften it (and the smoke smells nice).
>..how can i make that please send me sample code?
Sure, for appropriate money..
>Please................ Urgent!
..which would be a lot, for Urgent! requests with
that many 'micro-dots'. ;-)

Signature
Andrew Thompson
http://www.athompson.info/andrew/