You can get file ext in this way:

$ext = array_pop(explode(‘.’, $file['filename']));

Also see:

Subscribe in reader