webFolders PUT

Hi 

I am writing a Java servlet which listens to WEBDAV reqests and responds to
them. Using web folders as my client. I am able to create and delete
folders. The problem comes when i drag and drop a file from my local disk
into the web folder. My sniffer says that web folders makes a head and put
and head. Now the PUT has content length of 0. HAve i done something wrong
here. So how to I copy the file to the server when web folders does not send
me the file data. What response should i give for this PUT with 0 content
length?

MAdan

Received on Monday, 9 October 2000 14:29:04 UTC