DropPHP icon indicating copy to clipboard operation
DropPHP copied to clipboard

Error Constanta

Open leonurium opened this issue 7 years ago • 1 comments

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

leonurium avatar Jan 24 '18 07:01 leonurium

See #30 for an explanation and solution.

mdreier avatar Jan 24 '18 12:01 mdreier