JamesBowen
19+ years progress programming and still learning.
Hi all.
How do you uploads a binary file to WebSpeed using the PUT method (not the POST method). I am currently writing a webDAV server using WebSpeed and I need to handle a variety of http methods one of which a PUT.
Other HTTP request methods are OPTIONS / HEAD / PROPFIND / MKCOL / DELETE / GET / LOCK / UNLOCK
So how do I get the binary data if I am not using the POST request method?
NOTE:
get-binary-data function only works with POST.
INFO:
OE 10.2ASP02
Apache 2.2
Redhat 4 SE.
ADDITIONAL INFO:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.6
http://www.webdav.org/
How do you uploads a binary file to WebSpeed using the PUT method (not the POST method). I am currently writing a webDAV server using WebSpeed and I need to handle a variety of http methods one of which a PUT.
Other HTTP request methods are OPTIONS / HEAD / PROPFIND / MKCOL / DELETE / GET / LOCK / UNLOCK
So how do I get the binary data if I am not using the POST request method?
NOTE:
get-binary-data function only works with POST.
INFO:
OE 10.2ASP02
Apache 2.2
Redhat 4 SE.
ADDITIONAL INFO:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.6
http://www.webdav.org/