Hi,
I'm modifing my CB-Templates and make my own edit-form for the profile.
I can edit all profile-values expect the avatar.
I've added an "input"- field named "avatar__file" and also "avatar" to the form and POST the data to the component as in the original edit-form.
The files are uploaded correctly and show up in the $_FILES-Array in comprofiler.php but the image isn't updated.
When I use the original edit-form everything works fine.
What am I doing wrong?