London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Here is a proposed BUGFIX/SOLUTION: Add the following two lines in EPiServer.UI.Edit.ImageEditor.Core.FileIO's SaveFileAs()-method (at line 16 in my previous post):
var originalUnifiedFile = HostingEnvironment.VirtualPathProvider.GetFile(originalVirtualPath) as UnifiedFile;
UnifiedFile.CopySummary(originalUnifiedFile, unifiedFile);
Looks like a simple fix, is it possible to get this fixed in the next version? :)
FileSummary.config:
When users upload images, they enter photographer under Author in EPiServer's filemanager->Edit fileinfo. When I copy->paste a file in EPiServers filemanager, the fileinfo is copied as well. But when I insert an image into an article, open EPiServers ImageEditor, resize the image, and save a copy in the pagefolder, the fileinfo is not copied. Is this a bug/missing functionallity in EPiServers ImageEditor? I think the file is saved in EPiServer.UI.Edit.ImageEditor.Core.FileIO.SaveFileAs():
Do you have a suggestion for a workaround?
EPiServer 6 R2 (6.1.379.0)
-Thomas