Reputation: 139
I want to preview my uploaded files with .doc and .txt in browser using react js.
Upvotes: 1
Views: 5805
Reputation: 295
To view .txt
files, it is very simple. Just import it and it should work.
For .doc
you can use a library known as react-file-viewer.
Link: https://www.npmjs.com/package/react-file-viewer
Upvotes: 1