Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Do you have any contenttype that is defined to handled it? For example like this?
using EPiServer.Core;
using EPiServer.DataAnnotations;
namespace Site.Web.Models.Media
{
[ContentType]
public class SiteMediaData : MediaData
{
public virtual string Description { get; set; }
}
}
Hi!
I have a problem uploading anything else than images to the media panel in CMS edit mode.
For example JPG is fine but if I try to upload a PDF I’ll get a "Failed" in the status column.
Is there any restrictions by default for this in episerver 7.5?