delete uploaded file php

PHP
<?php
unlink($_POST['filename']);
echo 'Deleted';
?>
unlink(filepath);
Source

Also in PHP: