Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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