Vijay K Anand wrote:
How to access value of T1 and also the uploaded file in JSP?
You can access them as normal request parameters, or through action form
properties if you're using action forms. You need to be more specific about
what you want to do probably.
L.
--
Laurie, Open
Hi Paul,
Thanks for the help. I will try that.
Regards
Jim
- Original Message -
From: "Paul McCulloch" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, June 25, 2004 9:30 AM
Subject: RE: [OT] File uplo
I implement this as follows:
On session creation I create a directory in an 'uploads' directory using
session id for the name
Uploading a file copies the file into the session upload directory and adds
the filename (as a String) to a collection on my session scoped form bean.
On submission of th
3 matches
Mail list logo