Try var_dump($_POST) and var_dump($_FILES)

Note that $_FILES structure is fixed (outlined in POST method uploads) so you cannot add any custom "realpath" attribute like this.

cheers,
</wqw>