Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Struts
download zip file in struts
RaviSingh Kumar
Ranch Hand
Posts: 52
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I newbee in
struts
. I have a link in
jsp
page "Dowload Zip file" which call an action class.
I want action class to zip the entire content of the specified directory and send zip file for downloading.
Please help in order to proceed.
Thanks in advance.
Pramod Chris
Greenhorn
Posts: 21
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you need info on how to zip files, then do take a look at the
java.util.zip
pacakage.
On another note, this really isn't struts related.
Sagar Rohankar
Ranch Hand
Posts: 2908
1
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In Action class:
1. Using File class, read the each file
2. Using ZipOutputStream
Java
API, zip them.
3. Send the resulted zip file stream to the response output OR save the resulted zip file on server and then simply give link to that file.
[LEARNING bLOG]
|
[Freelance Web Designer]
|
[and "Rohan" is part of my surname]
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
struts 1.2,Spring 2.0 INtrgration
can some .zip files (not java classes) be included in WEB-INF/classes too ?
UnZip the FormFile
download and save a zip file from server
Doubt in struts-config.xml?
More...