Hi, I uploaded images to Media. Here you can see screenshot:
Media
And then I am trying to select this one image
I created block with field URL:
[DefaultDragAndDropTarget] [UIHint(UIHint.Image)] [CultureSpecific] public virtual Url Url { get { var url = this.GetPropertyValue(b => b.Url); return url == null || url.IsEmpty() ? new Url("/Static/gfx/emptytopbanner.png") : url; } set { this.SetPropertyValue(b => b.Url, value); } }
But i cant see this one image when I press "browse":
Browse
Any ideas?
Can you see other images of the same type? If not, how does the content type that's used for this file type look like?
Hi, I uploaded images to Media. Here you can see screenshot:
Media
And then I am trying to select this one image
I created block with field URL:
But i cant see this one image when I press "browse":
Browse
Any ideas?