Forum

Thread tagged as: Question, Members

Members addon profile picture

Is it possible to add a field to templates/members/forms/profile.html so that members can upload a profile picture?

Stephen Turvey

Stephen Turvey 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

It's possible to add a field, but you'd need to handle the file somehow.

Right so I would need to crop the image and I guess store the image path in the memberProperties db field so it can be used on the profile page. Where would I start with that?

Drew McLellan

Drew McLellan 2638 points
Perch Support

You'd need an app with a form listener to receive the post. That should give you the list of uploaded files which you can then start to work with.