Posts by Visitante • 36 points
1 post
-
2
votes3
answers4125
viewsA: Download images with Javascript
A possible solution would be to create a tag and go picking up the images through them. // Função para baixar a imagem... function downloadImage(src) { var img = document.createElement("img");…
javascriptanswered Visitante 36