RT: Re: Uploading fiiles: flow function

2003-10-29 Thread Josep Riudavets Aguilo
Hi Steve ... thanks for your help ... I have some doubts. When I compile the action, I put it into a package, named edu.uoc.riudavets, under /WEB-INF/classes directory... I have applied next code into sitemap.xmap: map:action logger=sitemap.action.fileupload name=fileupload

Re: Uploading fiiles: flow function

2003-10-27 Thread Josep Riudavets
for the action with cocoon 2.1 ??? Thanks a lot, Geoff ... and everybody who can help me !!! ;-) - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 24, 2003 5:04 PM Subject: Re: Uploading fiiles: flow function Josep Riudavets wrote: Hi Geoff

Re: Uploading fiiles: flow function

2003-10-24 Thread Josep Riudavets
somebody explain me more about uploading files in Cocoon 2.1 Thanks a lot ... - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:52 AM Subject: Re: Uploading fiiles: flow function Josep Riudavets Aguilo wrote: Hi all

Uploading fiiles: flow function

2003-10-14 Thread Josep Riudavets Aguilo
Hi all ... I'm delevoping some code in Cocoon 2.1 in order to upload files. I have added these lines into my XSL page: form action=/upload method=POST enctype=multipart/form-data input type=file name=blah/ input type=submit name=action value=Upload/ /form Next, I have added

Re: Uploading fiiles: flow function

2003-10-14 Thread Geoff Howard
Josep Riudavets Aguilo wrote: Hi all ... I'm delevoping some code in Cocoon 2.1 in order to upload files. I have added these lines into my XSL page: form action=/upload method=POST enctype=multipart/form-data input type=file name=blah/ input type=submit name=action value=Upload/