Hello Dw,
How can we set BaseDirectory and allowed Extentions on a item field when using the "Code first" approach?
Best regards, Anders
Hi Anders,
it should be possible:
[File("Logo", "/Images/Articles", "gif,jpg,png")] public string LogoImage { get; set; }
Best regards,
Vladimir
You must be logged in to post in the forum