Answers for "read content of a file javascript"

-1

javascript load content from file

//with JQuery

jQuery.get('http://localhost/foo.txt', function(data) {
    alert(data);
});
Posted by: Guest on December-17-2020

Code answers related to "read content of a file javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language