Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Cant select uploaded media

Vote:
 

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?

#90248
Sep 04, 2014 12:40
Vote:
 

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?

#90251
Sep 04, 2014 13:17
Vote:
 
Fixed! Sorry guys , I had two similar ContentTypes but with different names. I delete one and now everything is ok.
#90256
Sep 04, 2014 13:41
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.