There is no ready to use example, the best thing you can do is
have a look at org.apache.slide.webdav.method.PutMethod
it does something like:
- look up the revisionDescriptors for a subject (~your url)
- create/reuse a revisionDescriptor for your new content
- set properties
- create and set the content on a revisionContent object
- put your content where it belongs
content.create(slideToken, resourcePath,
revisionDescriptor,revisionContent);


Dirk


Khue Nguyen wrote:
> 
> Hi all,
> 
> I'm new to Slide and try to use Slide as a Web based filemanager to be integrated in 
>a Portal Server.
> Is there any example of how to push a file on the server through the web browser ?
> 
> Khue Nguyen
> 
> Web Developer
> www.jahia.org


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

Reply via email to