Array([image] => Array([name] => blob [type] => [tmp_name] => [error] => 1 [size] => 0))

lamp / xampp
-----------------------
Array
(
    [image] => Array
        (
            [name] => blob
            [type] => 
            [tmp_name] => 
            [error] => 1
            [size] => 0
        )

)

 

lamp / xampp
-----------------------
Array
(
    [croppedImage] => Array
        (
            [name] => blob
            [type] => image/png
            [tmp_name] => /opt/lampp/temp/php61UxKU
            [error] => 0
            [size] => 2333675
        )

)

 

Issue solved, for those that might encounter the same issue the solution is as easy as to change the upload_max_filesize in php.ini.