mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
da44924e00
commit
d3d88271de
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue