I've recently copied a Kentico 10 environment to a new development environment, and upgraded it to Kentico 12. I believe the problem occurred after the upgrade, not after the copy (of the site and ...
When we are hosting kentico application in cloud let's say Azure, We configure blob storage and the media library files lets say images reside in Azure blob. Now while fetching those files we also...
We have built a file upload facility on our Kentico v10 website. External users upload documents into folders within the media library, and internal staff then need to extract these uploaded docume...
MediaFileInfo updateFile = MediaFileInfoProvider.GetMediaFileInfo(library.LibraryID, file.Name);The above line of code is not removing the file from the media library as I expected. This is for a ...
I'm trying to add a custom index for searching but the file is not added to the results. This is my code for rebuild method, is finding docs in the right media library but those are not being retr...
I want to save all files paths inside of a media library folder in kentico. I found this code for one file but I don't know which Class to use to get all content any advice, please. MediaFileInfo u...
I'm getting an error each time that I try to create a new media library. The error is: "Cannot insert NULL into column 'LibrarySiteId'" but I did not change this default value. Some advice, please.
I'm using Kentico 9 with MVC. When I add a image to the media library it is not copied to the MVC application. I am using the default media library location which resolves to ~/site/media but the ...
Is it possible to generate a direct admin link to the Media Library App on a specific Gallery and Folder Path?In the example above, I'd like to have a link to Media Library Gallery, with the Test f...
I want to get thumbnail from file in Kentico 8.2, so I use method as below:private void ThumbnailTest() { var siteInfo = SiteInfoProvider.GetSiteInfo(ConfigUtils.Tribes.SiteId); MediaLibrar...