Posted by Janwillem Borleffs on 01/22/07 13:16
marce1972 wrote:
> Hi to all, that's my question I have mysql database and a web page to
> upload files to my webpage, I know how to delete them from the
> database, but didnt find the code to delete them from the web server.
> Please help me with this code.
>
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.
JW
[Back to original message]
|