$http_get_vars

  1. A

    imagejpeg non funzionante !

    Salve ragazzi ho il seguente codice : <?php $im = $GLOBALS["HTTP_RAW_POST_DATA"]; header('Content-Type: image/jpeg'); echo $im; $path = realpath('./gallery/'); $nome = $HTTP_GET_VARS["name"]; $file = $path.'/'.$nome; //imagejpeg($im, $file)...