Re: How can I transfer a file to a struts based web application from a java application

2006-06-22 Thread Steve Bosman
Original Message- From: Steve Bosman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 2:58 PM To: Struts User Mailing List Subject: How can I transfer a file to a struts based web application from a java application Hi, I have a struts 1.1 application with an Action that processes a file o

RE: How can I transfer a file to a struts based web application from a java application

2006-06-19 Thread Mukta
Try using JFileChooser -Original Message- From: Steve Bosman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 2:58 PM To: Struts User Mailing List Subject: How can I transfer a file to a struts based web application from a java application Hi, I have a struts 1.1 application

How can I transfer a file to a struts based web application from a java application

2006-06-14 Thread Steve Bosman
Hi, I have a struts 1.1 application with an Action that processes a file obtained using an ActionForm containing a org.apache.struts.upload.FormFile parameter, I want to use this action from a java application and would be really grateful if someone could give me pointers on how to do this using