Is there a way to send a DELETE request from a website, using xmlhttprequest or something similar?
xmlhttprequest
You can use php to do this:
setup your XMLHTTPRequst to call a phpscript that deletes a named file, and then pass the filename that you intend to be removed to the php script and let it do its business.