Dismounted: Here is my GPC array.
PHP Code:
$vbulletin->input->clean_array_gpc('r', array(
'sid' => TYPE_INT,
'title' => TYPE_STR,
'url' => TYPE_STR,
'image' => TYPE_STR,
'description' => TYPE_STR,
'sclicks' => TYPE_STR,
'inactive' => TYPE_STR,
'img_type' => TYPE_STR,
'img_file' => TYPE_FILE
));
As you can see I have img_file in there. So to answer your question, yes I have cleaned it.