Hi Michael,

in the current CVS code there are methods to do a PUT with a byte
array. Have a look at WebdavResource.putMethod(byte[] data) and
WebdavResource.putMethod(String path, byte[] data). I'm not sure about
Slide 1.0.16 though.

Regards,
Ingo

> I would like to do a PUT of a byte[] that contains an XML "File" without
> first writing it to an actual File.  The slide DAV client only accepts a
> File in the putMethod(srcFile, DestPathStr) and as I see this is just a
> wrapper for the httpClient putMethod, that too doesn't seem to allow for a
> virtual "File".
> 
> I am guessing that I can subclass File into my own virtualFile and then I
> can populate the content programmatically, but that's a lot of work, so I
> was looking to see first if anyone has a better suggestion.
> 
> Michael Oliver
> CTO/Matrix Intermedia
> 7391 S. Bullrider Ave.
> Tucson, AZ 85747
> Office (520)574-1150
> Cell (518)378-6154


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

Reply via email to