Hi! I have img.jpg file in
my local foder. I download empty.html Tiddlywiki , open it in IE11 and create new tiddler with this code
And I see my image. (It is great!)
then from menu I export tiddler to static.html (to the same local folder) and open it by IE11 and there is no image in it. I open this file by chrome and I see this image.
If don't use local file and my code is
everything is good, and I see my image in static.html file in IE11
And the most strange thing. if I open my static.html (<img src="img.jpg">) with Notepad++, add one space, and the save it and I see my image in IE11.
If I upload "broken" file and image to hosting I see image too.
I try million variants, but cant solve this problem. Help me please. I want to see my image in Blob generated html file in my IE11 browser.