javascript - Is it possible to embed a user-selected Word document in an HTML page? -


i have file input set such when user selects file input, embedded in page. have working pdfs using pdfobject, users might want select word files , view them in similar way. there way achieve this? haven't found searching yet.

clarification: intended work offline, don't want make use of php or uploading file google docs etc. looking client-side method, similar pdfobject.

would user need edit file or view it? if viewing, suggest converting image / pdf server side.

you @ https://crocodoc.com/ might although have never used it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -