Web based notepad++
-
Hi All,
I have created a web based file manager which gives user a facility to do all file based operations like (copy/delete/download/dos2unix/unix2dos etc.). Now I want to show large text file in browser (maybe around 500MB) so that user can edit it and save it back on server.
Somehow can I open notepad++ in browser to open & edit large file in browser?
I was thinking to open notepad++ as an applet in a browser.
So is this a good idea? Any other suggestions for this? Thanks in advance.