Hello all,
I am developing a page using Kentico's media library, Kentico 12 SP - MVC.
Seems that, when we upload new image to media library, Kentico creates new image to the file system both MVC project and admin (CMS) project. When we retrieve them on frontend pages, it uses the image directly from the file system.
Questions are:
-
Let's say I delete some of that images from MVC project, on file system. Is there a way to regenerate the uploaded files (from media library) to the file system?
-
Is it possible to configure Kentico, to store media files (uploaded from media library) in database ? (Same like 'File' or 'Attachments' type of field on page type)
Thank you.