OK.I found my error. I was not giving full path name for the file I was trying to create. So solution is to first open the parent folder and then do put with full path.
r d <[EMAIL PROTECTED]> wrote: Hi Ingo, I took a look at the link. My problem is I do not want to do put(url,file). I want to do put(url,data). Is it possible? Or do I have to create an empty file first and then put content? Thanks, Rd. Ingo Brunberg wrote: Have a look at this thread: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1701920 > Hi, > > I am using wevdavresource class. > When I want to first create the file say t2.txt in slide, how do I do it? > When I try to use a Webdavresource constructor with non existing file, it returns > null. > so how can put method be called? > > Thanks, > rd. > > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > --0-884658690-1088773589=:771-- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! --------------------------------- Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.
