Re: OT-FILE UPLOAD

2005-07-21 Thread Laurie Harper
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

Re: [OT] File upload design question

2004-06-25 Thread Jim Collins
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

RE: [OT] File upload design question

2004-06-25 Thread Paul McCulloch
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