i'm using dropbox chooser , it works well for me , but i want to read the choosed file cotent and put it in a textarea , i'm using the piece of code
$.get(files[0].link, function (data) {
console.log(data); // <-- this will log the contents of the file
});
but i'm getting an unclear text ,
NOTE:the file extension is docx .