forkeado de mougnibas/archinsa
???
Este commit está contenido en:
padre
4bc1e11c94
commit
642426e4c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
2
bdd.php
2
bdd.php
|
@ -136,7 +136,7 @@ function saveFilesFromPost($postData,$id_ensemble) {
|
|||
|
||||
|
||||
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;
|
||||
|
||||
}
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia