1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
daniel 2018-10-21 09:59:37 -03:00
parent da44924e00
commit d3d88271de

View file

@ -104,5 +104,5 @@ if (isset($_FILES['upl']) && $_FILES['upl']['error'] == 0) {
error_log("MOBILE SUCCESS UPLOAD: {$object->msg}");
die(json_encode($object));
} else {
error_log("MOBILE UPLOAD: File Not exists - " . print_r($_FILES, true));
error_log("MOBILE UPLOAD: File Not exists - " . json_encode($_FILES));
}