Web Publishing Using HTTP PUT
  1. Introduction

    Besides specifying the well-known GET and POST methods familiar to CGI programmers on the World Wide Web, the HTTP specification also describes the lesser-known PUT method, useful for uploading files to the web server from PUT-capable HTML editors such as Netscape Navigator Gold (http://www.netscape.com) or AOLpress (http://www.aolpress.com). When used properly, the HTTP PUT method provides a useful alternative to FTP uploading and is easily integrated into the robust Apache web server by means of a special CGI program.

  2. How to Use PUT

  3. Additional References

    More information about configuring Apache to use the HTTP PUT method and using the PUT method and HTTP in general can be found at the following URLs:

    http://www.apacheweek.com/features/put
    http://www.mat.uni.torun.pl/~aztoruns/doc/apache-put.html
    http://www.w3.org:80/Amaya/User/Put.html
    http://www.w3.org:80/Protocols/