Hi, what I do ( and it works for me ) is to use the putMethod that takes a String and an InputStream as parameters . The String is the path where to store the file ... so what I'd do is
result = webdavResource.putMethod(path, (InputStream) inputStream); where FileInputStream inputStream = new FileInputStream(toSend) ; hope it helps. Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
