Angular Read Text File From Local Path Code Example


Example 1: read file javascript

// As with JSON, use the Fetch API & ES6 fetch('something.txt')   .then(response => response.text())   .then(data => {   	// Do something with your data   	console.log(data);   });

Example 2: html get text from file

<embed src="file.txt"> // This will show the text contained in file.txt in the page

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools