0

So let's say I have <input type="file"> and I click on <button onclick="code:D()"> what I want is to find the file's name and code with javascript, I can already find the name with document.getElementById("fileid").files[0]; but I want to see the raw code without a download, how?

0 Answers0