Posts by 4L3X • 1 point
1 post
-
0
votes1
answer94
viewsQ: Copy text file to textarea
How to copy the contents of a text file to a textarea. <html> <head> <script> function validar() { arquivos = document.getElementById('arquivo').value; res = arquivos.split("\n");…