???
This commit is contained in:
parent
4bc1e11c94
commit
642426e4c0
1 changed files with 1 additions and 1 deletions
2
bdd.php
2
bdd.php
|
@ -136,7 +136,7 @@ function saveFilesFromPost($postData,$id_ensemble) {
|
||||||
|
|
||||||
|
|
||||||
if (!move_uploaded_file($file['tmp_name'], $filePath)) {
|
if (!move_uploaded_file($file['tmp_name'], $filePath)) {
|
||||||
echo(json_encode(["status"=>"0","msg"=>"Error saving file '$uniqueFileName'"]));
|
echo(json_encode(["status"=>"0","msg"=>"Error saving file to '$filePath'"]));
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue