Hello,

I am trying to PUT binary files for the webDAV implementation of Lenya. There was already a thread on this [1]. Did someone already wrote a component (reader?) for that, or shall I get my hand dirty ;-) ATM, I don't really see how I could do that, since there is still no Request.getInputStream() method [2]. Any hints?

TIA,
Renaud


[1] http://mail-archives.apache.org/mod_mbox/cocoon-dev/200410.mbox/[EMAIL PROTECTED] [2] http://mail-archives.apache.org/mod_mbox/cocoon-dev/200410.mbox/[EMAIL PROTECTED]

You probably no longer need to write a Reader for that. Instead you should be able to use the ModuleSource. This component exposes input module values as Sources. Syntax is like so: module:moduleName:moduleAttr . So in the case of davmap, it would become:

<map:read src="module:request:inputStream"/>

--
Unico

On 23-okt-04, at 1:57, Frédéric Glorieux wrote:


Hi,

Sorry to disturb you for a so specific question, but I evaluate and understood today the block webdav/davmap

really amazing how it's a pretty way to have a quite full implementation of webdav, except,

PUT binary files.

Do someone plan to write the reader needed for that ?
Are there some blocking issues ?
I can't stop myself to try tomorrow, but I'm not the best guy to do the job.

Help welcome, but thanks anymore for all work already done.

--
Frédéric Glorieux (ingénieur documentaire, AJLSM)
<http://www.ajlsm.com>



--
Renaud Richardet
COO America
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
office +1 857 776-3195                     mobile +1 617 230 9112
renaud.richardet <at> wyona.com              http://www.wyona.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to