Re: question about uploading

2002-10-18 Thread Geoff Howard
I just looked through the archives and didn't find anything like that. Can you provide a link to what you were talking about? The only things I've seen are a description of how to use the DatabaseAdd action to upload a file to a database (which shouldn't work correctly), and an action to change t

Re: question about uploading

2002-10-18 Thread Oskar Casquero
Where is that UploadAction.java? I can't find it. Oskar - Original Message - From: "Sreenivasan N." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 1:03 PM Subject: Re: question about uploading > Hi > > Can you tell

Re: question about uploading

2002-10-18 Thread Sreenivasan N.
Hi Can you tell me what to do after downloading that UploadAction.java. When i try to compile i was getting error. Can you give us the step to be done to work with that code. Thanks in advance Regards Sreenivasan. At 12:55 PM 10/18/02 +0200, you wrote: There is a mail in the mail-archive with

Re: question about uploading

2002-10-18 Thread Martin Geissler
There is a mail in the mail-archive with an Action code that does what you want. Have a Look Martin >>> [EMAIL PROTECTED] Freitag, 18. Oktober 2002 12:48:59 >>> Hello, I want to upload an xml file to cocoon in order to apply some transformations to it. I have seen upload.xsp example, but I don'

question about uploading

2002-10-18 Thread Oskar Casquero
Hello,   I want to upload an xml file to cocoon in order to apply some transformations to it. I have seen upload.xsp example, but I don't want to save the file in the server, just take the input stream in the http request and pass it to a transformer. How could it be done?   Oskar