--- 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
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
;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
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
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
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
--
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 -
---