hi,
i was wondering if anyone has successfully managed to upload a file using
the putMethod with the InputStream as the parameter, (of the client)?
i have been trying to use:
putMethod(java.lang.String path, java.io.InputStream is)
but when i pass an inputstream, e.g:
N.B. (i've only shown an extract):
String filename = "test.txt";
File f = new File("C:/" + filename);
InputStream inputStream = new FileInputStream(f);
webdavResource.putMethod(serverPath, inputStream);
i get the exception:
java.net.SocketException: Software caused connection abort: recv failed
am i using the method incorrectly or do i need to setup some sort of
bufferedReader of file bufferedReader???
dawlton.
Disclaimer: My advice comes as is, without any guarantee. Use it at your
discretion. I cannot be held responsible for your actions.
_________________________________________________________________
Are you using the latest version of MSN Messenger? Download MSN Messenger
7.5 today! http://join.msn.com/messenger/overview
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]