LANGUAGE/HTML & CSS & JS 2016. 6. 18. 17:51

///// JavaScript (자바스크립트)




///// save & load text file in Javascript (자바스크립트로 텍스트파일 읽고 저장하기)





///// 참고(Refferences)

Save files on disk using JavaScript or JQuery!:

http://muaz-khan.blogspot.kr/2012/10/save-files-on-disk-using-javascript-or.html


Text file saving workaround for ie8:

http://nekyouto-tech.blogspot.kr/2015/03/javascript-text-file-saving-workaround.html


Reading file contents on the client-side in javascript in various browsers:

http://stackoverflow.com/questions/750032/reading-file-contents-on-the-client-side-in-javascript-in-various-browsers


Reading files in JavaScript using the File APIs:

http://www.html5rocks.com/en/tutorials/file/dndfiles/?redirect_from_locale=ko


The Basics of Web Workers:

http://www.html5rocks.com/en/tutorials/workers/basics/?redirect_from_locale=ko


Loading, Editing, and Saving a Text File in HTML5 Using Javascript

https://thiscouldbebetter.wordpress.com/2012/12/18/loading-editing-and-saving-a-text-file-in-html5-using-javascrip/