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: