View Full Version : Webdav - Extjs
originalanaya
6 Jul 2009, 5:58 AM
Hi, guys
i have a question.
im thinking to use the webdav methods such as: PROPFIND,PROPACTH,etc.... with the extjs platform, will they be compatible?. any documentation or resourcers?
Thanks
Condor
6 Jul 2009, 6:05 AM
Ext uses XmlHttpRequest for server requests. AFAIK methods like PROPFIND are supported by XmlHttpRequest (but I haven't tested).
mschwartz
6 Jul 2009, 10:50 AM
http://books.google.com/books?id=p9hrjVMAeYkC&pg=PA86&lpg=PA86&dq=xhr+PROPFIND&source=bl&ots=pTljW7CtI8&sig=3-Q85edSB5fmuJd_iaeiAXb1ous&hl=en&ei=8UZSSt_PIoKuswOi_6iqDQ&sa=X&oi=book_result&ct=result&resnum=7
If you want to really understand javascript as well as the guts of ajax programming (the networking), buy the book.
But you can at least see that XHR does support the WebDAV methods.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.