I'm sure this is really stupid of me, but I having some problems 
with the webdav client lib and I am at the end of my rope in trying to 
explain it!   Also, if I should be posting to the http-commons list, let 
me know...  Anyway, here is the flow of things:

1) user browses to a web page and uploads a file through html forms
2) the servlet stores the file
3) I take the input stream and give it to the 
WebdavResource.putMethod(InputStream)
4) Everything works great, unless the file is over 120kb!?!?!?!  Then I 
get the following exception:

org.apache.commons.httpclient.HttpException: Unable to process request
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:615)
        at org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2319)
        at org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2295)

Arghh...But it works fine with files less then 120kb (rough estimate)... 
Can anyone give me any insight into this????

Thanks,

Dan Diephouse



Reply via email to