From what i understand you want the editor to be able to display images on the page itself right? ...... One way of doing this is by adding a property type "Media Picker" in your document type which will allow you to access the corresponding media folder under which you added the images.
You will have to create an XSLT Macro to display the images. If this is how you want here is an example that might help
Where yourImages is the alias you named in your document type
Multiple images
Being fairly new to Umbraco I have a question.
I'm building à website in version 4 and I have ceated a project documenttype.
Within thuis document type I want to make it possible for an editor to upload an x amount of images.
So there van be one or more images, how do i achieve this?
Greetings, Patrick
Hi Patrick,
From what i understand you want the editor to be able to display images on the page itself right? ...... One way of doing this is by adding a property type "Media Picker" in your document type which will allow you to access the corresponding media folder under which you added the images.
You will have to create an XSLT Macro to display the images. If this is how you want here is an example that might help
Where yourImages is the alias you named in your document type
Hi Patrick
You could take a look at the DAMP package which let you pick multiple images..
There is included examples how to use it with xslt and razor..
An example from one of my projects looks like this:
Bjarne
is working on a reply...