prova così...
Codice PHP:
$size getimagesize($_FILES['file_binario']['tmp_name']);
$height $size[1];
$width $size[0]; 
se no, sinc non saprei...
ciao