Re: Plugin: Avatar Upload
Is it possible the extension was in all caps? I think the plugin expects to see one of a specific list of extensions, and they’re all lower case.
'file_extns' => array("gif", "jpg", "jpeg", "png")
If it wasn’t one of those extensions, I think you would get an error.