I'm told there is a Struts book recently reviewed on TheServerSide and it explains how to upload/download file using Struts. Can someone tell me which book and which chapter? Thanks.
Andrew
-
How to upload file with struts (3 messages)
- Posted by: Andrew Fu
- Posted on: September 25 2002 11:39 EDT
Threaded Messages (3)
- How to upload file with struts by Dave Costakos on September 26 2002 11:20 EDT
- How to upload file with struts by Andrew Fu on September 27 2002 16:19 EDT
- Struts file upload example by Deepak Kumar on June 11 2007 10:41 EDT
-
How to upload file with struts[ Go to top ]
- Posted by: Dave Costakos
- Posted on: September 26 2002 11:20 EDT
- in response to Andrew Fu
There is an example WAR file in the Struts 1.0.2 distribution. I suggest starting there if you haven't already.
-
How to upload file with struts[ Go to top ]
- Posted by: Andrew Fu
- Posted on: September 27 2002 16:19 EDT
- in response to Dave Costakos
I'm successful with Struts upload file example. If there are several files I'd like to upload from the same page, can I use a FormFile[] property in the action form? I have not tried it yet. But any knowledgable person knows it's possible or not?
Andrew -
Struts file upload example[ Go to top ]
- Posted by: Deepak Kumar
- Posted on: June 11 2007 10:41 EDT
- in response to Dave Costakos
Hi, Learn how to upload file using struts http://www.roseindia.net/struts/strutsfileupload.shtml Tutorial is very good and with running source code. Thanks