havnt downloaded yet...just curious if this will do what i want it to:
i am trying to build a web app in vb.net that will allow me to store files in a directory on my web server (in the application directory)...the user would then browse for the file of thier choice, and after selecting it, the contents of the file would be available for editing, the edits would need to be savable (a save as feature would be nice as well so they could rename the doc), but i want to keep all of my files in the .doc format. Can I do that with this editor?
i am trying to build a web app in vb.net that will allow me to store files in a directory on my web server (in the application directory)...the user would then browse for the file of thier choice, and after selecting it, the contents of the file would be available for editing, the edits would need to be savable (a save as feature would be nice as well so they could rename the doc), but i want to keep all of my files in the .doc format. Can I do that with this editor?

Re: upload & edit .doc
Re: upload & edit .doc
by that definition, i could go with .htm files, but i dont like two things about that
1) my current original documents are in .doc format. If I do a save as and convert them to .htm...most of the code is IE proprietary code instead of being supported accross multiple browsers, and i really dont want to manually recreate all of my files (we are talking about a few hundred files) to get the code right.
2) if i suck it up and deal with the proprietary code, the save as process generates a subfolder of dependent files for each .htm file that is created, making file management a pain in the neck, as well as a seeming giant waste...maybe this point is kind of petty, but my overall point is the same...
I am looking for a single file (no dependent files) that is editable/savable online, hopfully by this particular editor....any tips?