DropPHP
DropPHP copied to clipboard
Error Constanta
i get error
Parse error: syntax error, unexpected '*', expecting ',' or ';', on this line "const UPLOAD_CHUNK_SIZE = 2 * 1024 * 1024;"
i think because not use quote, and iniate i give quote like this :
const UPLOAD_CHUNK_SIZE = "2 * 1024 * 1024";
andd... i get this Notice: A non well formed numeric value encountered in
when i upload file index.php with 1 byte is success, but when i upload avatar.jpg 7,9 KB is failed and long time process
how to fix it? sorry i am beginner in php native
See #30 for an explanation and solution.