Posts by rodrigo-nascimento • 11 points
1 post
-
1
votes0
answers42
viewsQ: Upload preview in modal
I was previewing through another tab: public visualizarArquivo(file): void { var url = window.URL.createObjectURL(file); var a = document.createElement("a"); a.setAttribute("href", url);…