Two Laptop Bag
The moose likes Struts and the fly likes Http Chunked Transfer or Server Push- Struts 1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Http Chunked Transfer or Server Push- Struts 1" Watch "Http Chunked Transfer or Server Push- Struts 1" New topic
Author

Http Chunked Transfer or Server Push- Struts 1

Jamie Gee
Greenhorn

Joined: Jun 24, 2008
Posts: 2
Hello all,

I'd like to allow a user to download multiple files in one servlet request from my Struts 1 application. (And no, I can't do a zipped file!) I've read a bit about http chunked transfer and server push, but I haven't been able to make this work in my application so far. I'm basically implementing "DownAction" as shown here:

http://thinkstruts.blogspot.com/2008/06/how-to-do-multiple-files-upload-and.html

(Also shown here under class "Pushlet": http://engrm.com/blogometer/2005/11/17/pushlets-in-java/)

Does anyone know if Struts is preventing this from working, or is there really no way to download multiple files in one servlet request?

Thanks in advance for your help!
Jamie
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Http Chunked Transfer or Server Push- Struts 1
 
Similar Threads
File Upload using Struts
encoding [?] problem - different content on Win and Linux after downloading file
Save a webpage as PDF or Excel file
Two player game.
Struts file upload and file download