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
Win a copy of
Mastering Corda: Blockchain for Java Developers
this week in the
Cloud/Virtualization
forum!
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
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Bear Bibeault
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
Tim Cooke
Junilu Lacar
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Jj Roberts
Carey Brown
Bartenders:
salvin francis
Frits Walraven
Piet Souris
Forum:
Struts
download zip file in struts
RaviSingh Kumar
Ranch Hand
Posts: 52
posted 11 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 11 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 11 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]
If you look closely at this tiny ad, you will see five bicycles and a naked woman:
the value of filler advertising in 2020
https://coderanch.com/t/730886/filler-advertising
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...