Implements hook_field_is_empty().
function file_field_is_empty($item, $field) { return empty($item['fid']); }