Re: HTTP Upload

Frank Lowney wrote:
> We think that we need to ask several vendors (RDBMS, web server, etc.) to provide us with ways and means to do HTTP uploads via HTTP 1.1 methods, namely WebDAV, via a web forms interface similar to what is available presently via HTTP 1.0.  The goals vary by project but include: multiple file uploads, more robust uploading, reduced timeout sensitivity, etc.
> 
> Is this a sensible request?  That is, would using HTTP 1.1 WebDAV features provide us with significant advantages over HTTP 1.0?
> 
> Does the WebDAV standard support uploads via web interfaces?  If so, are there examples that we could point to?
> 
> Thanks in advance for your answers.

Hi,

actually, WebDAV doesn't help you at all here. The only relevant methods 
here are POST and PUT, and these are defined in RFC2616 (HTTP), not 
RFC2518 (WebDAV).

Best regards, Julian

Received on Thursday, 24 November 2005 16:30:06 UTC