Skip to content

Commit 218681b

Browse files
committed
Update upload.php
1 parent a1fabb1 commit 218681b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/upload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function onFilesRemoveCallback($removed_files){
3434
$file = '../uploads/' . $value;
3535
if(file_exists($file)){
3636
unlink($file);
37-
unset($removed_files[$key]);
3837
}
3938
}
4039

0 commit comments

Comments
 (0)