Hi, recently discovered an error in a Member Photo upload form on one of our sites.
Previously it had been fully working.
Using solspace’s User module to update member’s data.
{exp:user:edit}
...
<input type="file" name="photo_filename" />
<input type="submit" value="Submit" />
{/exp:user:edit}
After you submit a new photo the Form displays this message.
The form you submitted contained the following errors
• upload_invalid_filetype
I’ve checked folder permission and file upload settings and turned off Xss Filtering etc.
Is this related to EE v2.1.3 upload bug ?
“https://support.ellislab.com/bugs/detail/15013/”
Or something to do with the module ?
(EE v2.1.3)
Thanks