Ah ha!

Code:
$_FILES['my_file'][0]['type']; //should be:
$_FILES['my_file']['type'][0];