Try our conversational search powered by Generative AI!

Export: Content export fails with embedded image URI:s

Fixed in

EPiServer.CMS.Core 9.0.2

(Or a related package)

Created

Aug 26, 2015

Updated

Sep 14, 2015

Area

CMS Core

State

Closed, Fixed and tested


Description

EPiServer CMS 8.8 data export fails if there are any embedded images using Data URI scheme (starting with, "data:image/png;base64,...").

Steps to reproduce

1. Create a page with XHtmlString property and open TinyMCE rich editor.
2. Click Insert/Edit Image button
3. Copy data from text document in attachments and paste in Image URL field
4. Try to export this page

Expected: Preferably content exported with images, otherwise wanrning displayedabout embedded images after export.

Actual: Failed to export property MainBody, exception: Invalid URI: The Uri string is too long.