Greetings!
I get the image from php://input through a byte array of the client, where I try to get information such as type, dimensions, etc.
For this I use the code:
$input = file_get_contents('php://input');
$image = imag...
asked by
01.10.2018 / 03:05