On Thu, 2011-05-26 at 11:30 +0200, Fernand Vanrie wrote:
Caolán, Thanks, but with the UCB we are stucked to only GET and no POST etc...
Hmm, definitely ?, http://opengrok.libreoffice.org/xref/libs-core/ucb/source/ucp/webdav/webdavcontent.cxx#600 claims to support "post", and it backs onto a neon implementation which *seems* to be implemented. http://api.openoffice.org/docs/common/ref/com/sun/star/ucb/WebDAVDocumentContent.html http://opengrok.libreoffice.org/xref/components/forms/source/xforms/submission/submission_post.cxx#70 appears to be an example of a "POST" that might be worth a shot. C.