-
Improvement
-
Resolution: Fixed
-
Major
-
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/") { ... }