how to download a file using servlets

V

vphanibhushanreddy

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!
 
R

Roedy Green

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
 
A

Andrew Thompson

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'. ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,233
Members
46,820
Latest member
GilbertoA5

Latest Threads

Top