I'm just playing around with the Umbraco Membership and I'm just trying to figure out if it's possible for members to upload images/files to their 'profile'?
I'm starting off with the built in 'Edit Profile' view and so far I've created a new 'Media Picker' property to my member type and have created a custom editor for my file upload field.
Out of the box I'm assuming this isn't supposed to work without some extra configuration but I'm struggling to find what I need to do! Can anyone offer some advice?
take a look at the Media Service to manage your media and at the Memberservice to manage members in umbraco.
Using the Media service you can upload the image to the media folder and using the Member service you can assign this image to the correct Member property.
Member image upload from frontend profile
Hey everyone,
I'm just playing around with the Umbraco Membership and I'm just trying to figure out if it's possible for members to upload images/files to their 'profile'?
I'm starting off with the built in 'Edit Profile' view and so far I've created a new 'Media Picker' property to my member type and have created a custom editor for my file upload field.
Out of the box I'm assuming this isn't supposed to work without some extra configuration but I'm struggling to find what I need to do! Can anyone offer some advice?
Cheers,
Hi pronto,
take a look at the Media Service to manage your media and at the Memberservice to manage members in umbraco.
Using the Media service you can upload the image to the media folder and using the Member service you can assign this image to the correct Member property.
Hope this helps
/Michaël
Thanks Michaël, I'll give that a go. Thought I'd double check there wasn't anything pre-built in the core first ;-)
Cheers,
is working on a reply...