cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: help, PUT/File upload, POST or PUT?

From: Bob Schader <rschader_at_product-des.com>
Date: Sun, 04 Feb 2001 00:33:13 -0500

The best, fastest and easiest way to add PUT support
is to add mod-dav module to your apache server.
You can find lots of into at http://www.webdav.org
With mod-dav, you should not need any CGI scripts,
all you have to do is properly configure the
<Directory> directive for a location in httpd.conf,
plus set a few other directives in the httpd.conf
file.
Bob Schader

pit_at_paradise.net.nz wrote:
>
> Thanks for the reply, Bob and Daniel.
>
> As you guessed i need to send the files within
> my application. I cannot ask my user to send the files
> manually. I'm sure you know what i mean.
>
> I think ihave to use PUT. It's more stable, isn't it?
>
> Phew~~~
>
> There are too many things to hack...
> Well, this is my kind-of plan or things to do.
>
> First, configure the apache server so that it can accept PUT.
> Second, modify my .htaccess to authnticate users.
> Third, make a CGI to control the sotrage fuctions.
>
> I don't think i can do this all within a couple of days
> which is all i have....
>
> I might have to come back, ask for your help again.
>
> Well, i'd better start
> working!!!
>
> _______________________________________________
> Curl-library mailing list
> Curl-library_at_lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/curl-library

_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-02-04