You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Guido Casper <gc...@s-und-n.de> on 2003/04/04 14:44:49 UTC

Re: upload - webdav

Sorry for the late answer.
I have been OOTO this week.

Olivier GUCKERT wrote:
> Now, i can use protected webdav directory to serve files with Cocoon :
> thanks Guido.
> 
> What i want to do yet et upload files with Cocoon to this protected
> webdav directory. Is it a simple way to do this ?

Sorry, no simple way.
The only way without coding Java would currently be DAVfs:
http://dav.sourceforge.net/

Then you could simply use the SourceWritingTransformer with FileSource.

HTH
Guido

> 
> 
> Thanks
> 
> Olivier
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org

Guido Casper
-------------------------------------------------
s&n AG, Open Source Competence Center
                    Tel.: +49-5251-1581-87
Klingenderstr. 5    mailto:gcasper@s-und-n.de
D-33100 Paderborn   http://www.s-und-n.de
-------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: upload - webdav

Posted by Guido Casper <gc...@s-und-n.de>.
Geoff Howard wrote:
> At 07:44 AM 4/4/2003, you wrote:
>> Sorry for the late answer.
>> I have been OOTO this week.
>>
>> Olivier GUCKERT wrote:
>>> Now, i can use protected webdav directory to serve files with
>>> Cocoon : thanks Guido.
>>>
>>> What i want to do yet et upload files with Cocoon to this protected
>>> webdav directory. Is it a simple way to do this ?
>>
>> Sorry, no simple way.
>> The only way without coding Java would currently be DAVfs:
>> http://dav.sourceforge.net/
>>
>> Then you could simply use the SourceWritingTransformer with
>> FileSource.
>
> I missed what went on right before this, but unless I misunderstand,
> you won't need the SourceWritingTransformer if you're handling file
> uploads. You'd just set web.xml upload-dir to point to the right
> place on your file system.

Yes, you are correct of course (thought more of edited/generated XML
content).


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: upload - webdav

Posted by Geoff Howard <co...@leverageweb.com>.
At 07:44 AM 4/4/2003, you wrote:
>Sorry for the late answer.
>I have been OOTO this week.
>
>Olivier GUCKERT wrote:
> > Now, i can use protected webdav directory to serve files with Cocoon :
> > thanks Guido.
> >
> > What i want to do yet et upload files with Cocoon to this protected
> > webdav directory. Is it a simple way to do this ?
>
>Sorry, no simple way.
>The only way without coding Java would currently be DAVfs:
>http://dav.sourceforge.net/
>
>Then you could simply use the SourceWritingTransformer with FileSource.

I missed what went on right before this, but unless I misunderstand, you
won't need the SourceWritingTransformer if you're handling file uploads.
You'd just set web.xml upload-dir to point to the right place on your
file system.

Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org