| Author |
handling a zip file from a url
|
Preetham Chandrasekhar
Ranch Hand
Joined: Nov 05, 2003
Posts: 98
|
|
Hi, Had a quick question... I have a zip file to download...given the url http://xyz/abc.zip How do I handle this feature...meaning...how can I download the file as a zip file from the given url? is there any available zip-contenthandler where I can say: urlConn.getContent() and this content is a zip file... Thanks Preetham
|
"In theory, there is no difference between theory and practice. But, in practice, there is."<br /> - Jan L.A. van de Snepscheut
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
Please take the time to choose the correct forum for your posts. This forum is for questions on Advanced Java. This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
|
Why not just use an <a> tag?
|
 |
Preetham Chandrasekhar
Ranch Hand
Joined: Nov 05, 2003
Posts: 98
|
|
no...but I am trying to look if there is a java based content handler...which based on the content-type...will get the zip file...I have to do this from within a j2ee container...but can used a java based content handler if any available...so thats the reason I posted this in Advanced java forum... Thanks Preetham
|
 |
 |
|
|
subject: handling a zip file from a url
|
|
|