Is it possible to display an RTF file inside a web page using PHP?

后端 未结 7 1747
长情又很酷
长情又很酷 2020-12-03 08:27

I have an RTF file that I want to display inside a web page after tags have been replaced with user input.

I would like to be able to display the RTF file without

7条回答
  •  再見小時候
    2020-12-03 08:51

    Web pages can only contain HTML. You would need a browser plugin like flash to display other file types. See Scribd for example.

提交回复
热议问题