Re: File upload with Cocoon

2002-11-08 Thread Geoff Howard
--- Oskar Casquero <[EMAIL PROTECTED]> wrote: > And what can I do to disable cocoon's automatic file > uploading? I want to > send files to cocoon but not to save them in disk you configure it in web.xml: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=103676501932187&w=2 > And another question

Re: File upload with Cocoon

2002-11-08 Thread Geoff Howard
Also see the file upload example at: /samples/xsp/upload and look at the javadocs for org.apache.cocoon.components.request.multipart.FilePartFile which can give you a reference to the File stored on disk (automatically by default) or an InputStream to read the contents and do something with them if

Re: File upload with Cocoon

2002-11-08 Thread Oskar Casquero
;Ray Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 1:40 PM Subject: RE: File upload with Cocoon > Sir, > > Someone pointed out to me that Cocoon handles file uploading for you. I was > rather skeptical - but, i just tried it and it

Re: File upload with Cocoon (how about a summary?)

2002-11-08 Thread Bertrand Delacretaz
On Friday 08 November 2002 13:40, Ray Martin wrote: >. . . > But, ya know, it is just like i tell the folks that i work with - "You may > have done the greatest things, but unless you can tell others (written) > about what you have done - you have done nothing". >. . . Sure - we're all aware of th

RE: File upload with Cocoon

2002-11-08 Thread Ray Martin
5 AM > To: [EMAIL PROTECTED] > Subject: File upload with Cocoon > > > Dear colleagues, > > does anybody know how I can do a file upload using the html type="file" ../> tag? > > Do you have an example pipeline? > What shall I do with the result? > Whe

Re: File upload with Cocoon

2002-11-08 Thread Bertrand Delacretaz
On Friday 08 November 2002 10:15, Volker Schneider wrote: > does anybody know how I can do a file upload using the html type="file" ../> tag? This might help: http://outerthought.net/wiki/Wiki.jsp?page=FileUploadWithAction -Bertrand --

File upload with Cocoon

2002-11-08 Thread Volker Schneider
Dear colleagues, does anybody know how I can do a file upload using the html tag? Do you have an example pipeline? What shall I do with the result? Where can I get the content of the selected file from? Thank you, best regards - Volker - ---