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 324b156 commit fec9cb3Copy full SHA for fec9cb3
README.md
@@ -40,7 +40,7 @@ if($data['hasErrors']){
40
41
function onFilesRemoveCallback($removed_files){
42
foreach($removed_files as $key=>$value){
43
- $file = '../uploads/' . $value;
+ $file = 'uploads/' . $value;
44
if(file_exists($file)){
45
unlink($file);
46
unset($removed_files[$key]);
0 commit comments