We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fabb1 commit 218681bCopy full SHA for 218681b
examples/upload.php
@@ -34,7 +34,6 @@ function onFilesRemoveCallback($removed_files){
34
$file = '../uploads/' . $value;
35
if(file_exists($file)){
36
unlink($file);
37
- unset($removed_files[$key]);
38
}
39
40
0 commit comments