• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 3.5
    • None
    • None
    • None

      We should save paste images.
      They are provided in the html code as binary :

      <p><img class="simple" alt="" src="data:image/png;base64,iVBORw0KGgo..."/></p>
      

      It would be easy to store them in the UploadedDataHTMLEditionHandler because we sometimes fetch distant images. By adding :

      else if attrs.getValue("src").startsWith("data:image/")
      {
         ...
      }
      

          [CMS-4075] Save paste images

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: