Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AJAXを介して、imgタグのsrc属性に付加するbase64の画像を受け取ります。
その画像をダウンロードするオプションを提供したいのですが、src属性のデータを取得してダウンロードすることは可能ですか?これは、サーバーからイメージを再度ダウンロードできないためです。
ありがとうございました。
をエンコードされたURIに設定するwindow.location(またはポップアップウィンドウを開く)だけです。
window.location
window.location.href = 'data:image/png;base64,iVBORw0KGgo....