Connecting Tech Pros Worldwide Forums | Help | Site Map

WebDAV

Newbie
 
Join Date: Jan 2007
Posts: 1
#1: Jan 3 '07
HI,

Can someone help me?
I am trying to download files from a WEBDAV server.

This works fine: http_request.open('Delete','http://test.webdav.org/dav/Server_Bl.ini', true);

But how can I download or upload files.(not only textfiles)???

Thanks

iam_clint's Avatar
Forum Leader
 
Join Date: Jul 2006
Location: Oklahoma
Posts: 1,076
#2: Jan 3 '07

re: WebDAV


http://www.realobjects.com/fileadmin...l/ch02s09.html

Hope this link helps you.
Newbie
 
Join Date: Mar 2008
Posts: 1
#3: Mar 5 '08

re: WebDAV


Modern browsers do not allow file uploads from local file system using PUT request. You can upload files from local file system only using POST. Actually you have to modify your WebDAV server to support POST.

WebDAV AJAX Library: http://www.webdavsystem.com/ajax
rnd me's Avatar
Expert
 
Join Date: Jun 2007
Location: Urbana IL
Posts: 411
#4: Mar 8 '08

re: WebDAV


you dont use webDAV to do it.
use PUT to create/update a file.
useGET to download a file.

webDAV basically helps you find/manage files and folders.
Reply


Similar JavaScript / Ajax / DHTML bytes