I am using Contour to create a umbraco documents (nodes, where each node is a person with information and image). I use an upload-field in contour to let the user upload image from disc. When the image is uploaded, the adress is something like this:
When I normally upload images to umbraco, the adress is something like this:
/media/1216/no-image.png
As you see the last is much more clean and usable. My question is: is there a way to set Contour to save the images in the same way, with an id as the folder, and in another directory?
Contour upload directory
I am using Contour to create a umbraco documents (nodes, where each node is a person with information and image). I use an upload-field in contour to let the user upload image from disc. When the image is uploaded, the adress is something like this:
/umbraco/plugins/umbracoContour/files/91a29c90-bc8e-4a28-ad1b-77e3f3461c87/DSL_D.gif
When I normally upload images to umbraco, the adress is something like this:
/media/1216/no-image.png
As you see the last is much more clean and usable. My question is: is there a way to set Contour to save the images in the same way, with an id as the folder, and in another directory?
Did you ever find a solution to this?
Thanks
Dan
Comment author was deleted
Hi Henrik currently you cannot configure the upload directory
Hi there,
I was curious if there was any way to have an attachment send in the email instead of just showing a link. Has anyone been able to do this?
Is it still not possible to configure the uplaod directory?
If not, what would your recommend as a way to use the images uploaded within the media section?
tia
Jay
Comment author was deleted
Hi Jay,
If you want to place uploaded images in the media section you can just create a custom workflow that creates a media item...
is working on a reply...