Under the IE browser, use download.js to upload pictures and change them into txt format.

this is the effect of IE browser. Even if it is saved and opened, it is garbled
clipboard.png

png

clipboard.png

.

this is the code

  load()
        {
            // eslint-disable-next-line no-undef
            download(this.imgurl, this.data.examName, "image/png");
        },
Jan.27,2022

What is the value of

this.data.examName

< hr >

spell '.png' after examName

Menu