Add to an uploaded images table the choice of deleting one of the images
问题 I have a page where I can upload some images, see the list of images loaded in a table. I want to add the chance to delete one of the images in the list from the server. I tried but something in this code is not working. Any help? <html> <body> <form action="" method="post" enctype="multipart/form-data"> Select a photo to upload: <input type="file" name="fileToUpload" id="fileToUpload"> <input type="submit" value="Load" name="submit"> </form> <?php $dir = 'up/'; $files = scandir($dir);