Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to show images of folder in Media. I am using the mediapicker property in document to point to folder in Media.
How i can show images using this media picker.
Hi,
If you download this media iterator package you'll get an XSLT that helps you with that.
Cheers,
Richard
Hey Rajeev,
You should checkout this thread from someone asking a similar question (I've posted an example of loopin media)
http://our.umbraco.org/forum/using/ui-questions/16427-Images-from-af-specific-folder
The only difference should be that you are not hard coding the media folder id, so use something like:
xsl:variable name="mm" select="umbraco.library:GetMedia($currentPage/myMediaPickerPropertyAlias/@id, true())" />
Matt
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to show images of folder in Media
I want to show images of folder in Media. I am using the mediapicker property in document to point to folder in Media.
How i can show images using this media picker.
Hi,
If you download this media iterator package you'll get an XSLT that helps you with that.
Cheers,
Richard
Hey Rajeev,
You should checkout this thread from someone asking a similar question (I've posted an example of loopin media)
http://our.umbraco.org/forum/using/ui-questions/16427-Images-from-af-specific-folder
The only difference should be that you are not hard coding the media folder id, so use something like:
Matt
is working on a reply...