CodeIgniter Forums
NicEdit and Word documents - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: NicEdit and Word documents (/showthread.php?tid=20054)

Pages: 1 2


NicEdit and Word documents - El Forum - 06-28-2009

[eluser]umefarooq[/eluser]
you can do one thing first copy content from word file and past in notepad it will remove all word formating and paste in WYSIWYG editor, well i have tried tinymce also you can directly paste you data in tinymce and there is a button remove formatting you can remove all word formatting i hope there is button in fckeditor also.


NicEdit and Word documents - El Forum - 06-29-2009

[eluser]TheFuzzy0ne[/eluser]
Hi.

Unfortunately, the client requires the ability to post Word documents in the format they appear in the actual document, so unfortunately, that's out of the question. I've decided to just disable global XSS filtering for now, and call upon it from within my validation rules instead. I'm sure I can come up with a better solution, but this is the simplest for the meantime.

Thanks for your response.