I've created a Contour form that is based around user-submitted images; I've set up a workflow to create a new content node for each approved entry and have also mapped the Url of the uploaded image to the node successfully, but I would like to know if there is a way to create a new media node for each submitted image aswell/instead (as I would prefer to display cropped versions of the images)?
You should be able to do this under contour workflows "Save as umbraco Document". Each time someone submit and add a new node will be create under the specified folder or section in your content section.
Thanks for the reply, that's what I'm currently doing but would like to create a new media node using the uploaded image to the media section, is it possible for this to be achieved?
Unfortunately mapping of fields for file upload wont work when creating the new node from contour. You will have to attach the uploaded file to the node afterwards.
Create media nodes from submitted images
Hi everyone,
I've created a Contour form that is based around user-submitted images; I've set up a workflow to create a new content node for each approved entry and have also mapped the Url of the uploaded image to the node successfully, but I would like to know if there is a way to create a new media node for each submitted image aswell/instead (as I would prefer to display cropped versions of the images)?
Kind regards,
mmmoustache
You should be able to do this under contour workflows "Save as umbraco Document". Each time someone submit and add a new node will be create under the specified folder or section in your content section.
//fuji
Hi Fuji,
Thanks for the reply, that's what I'm currently doing but would like to create a new media node using the uploaded image to the media section, is it possible for this to be achieved?
Kind regards,
mmmoustache
Hi mmmoustache,
Unfortunately mapping of fields for file upload wont work when creating the new node from contour. You will have to attach the uploaded file to the node afterwards.
is working on a reply...