Hi

I'm new to Slide and WebDav

I want to use slide for a very simple application.  I want the application to save a 
file to the public html 
directory from a user on a web server.

I guess it's very simple but I could no make it works.

Here's the code I'm using to save the file

WebdavResource wdres=null;
String url = "http://mywebserver/~user/public_html/dav.xml";;
HttpURL httpURL = new HttpURL(url);
httpURL.setUserInfo("user","password");
wdres = new WebdavResource(httpURL);

//boolean done = webres.putMethod(file);   //I tried this way but it didn't work

WebdavFile webfile = new WebdavFile(wdres);


Any Ideas will be very much appreciated and a sample code would be absolutely great

Thanks

Capital One Classic 
Mastercard 
60 second 
response online.  http://mocda.com/1/c/681064/117934/307081/307081

AOL users go here
http://mocda.com/1/c/681064/117934/307081/307081 


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

Reply via email to