View Single Post

  #4 (permalink)  
Old 01-22-2007
Toby Inkster
 
Posts: n/a
Default Re: How to delete a file in my web server via php

Janwillem Borleffs wrote:

> The only way to do this through HTTP is to create a remote script that
> accepts parameters and uses these to select and delete the file. There's
> also a HTTP DELETE method, but I have never encountered a server which
> supports it.


Apache does, though you need to do a lot of setup to get it to work.
WebDAV is a bit easier to set up, and better supported at the client end.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Reply With Quote