Products Technologies Demo Docs Blog Support Company

Editing a Server-side Document, Client-side

I am currently working on a new sample application that will enable end-users to edit DOC and RTF files that reside on an HTTP server, using nothing more than their browser. This sample application will use TX Text Control ActiveX Server server-side and will run in both Microsoft Internet Explorer and Mozilla-based browsers (such as FireFox) client-side. Basically, a document is loaded from the server, via HTTP, into an editor that runs in the browser. The document can be edited and then…

Editing a Server-side Document, Client-side

I am currently working on a new sample application that will enable end-users to edit DOC and RTF files that reside on an HTTP server, using nothing more than their browser.

This sample application will use TX Text Control ActiveX Server server-side and will run in both Microsoft Internet Explorer and Mozilla-based browsers (such as FireFox) client-side.

Basically, a document is loaded from the server, via HTTP, into an editor that runs in the browser. The document can be edited and then resubmitted to the server, upon which it is saved back to its original file format.

Many customers have asked me how to perform this seemingly simple operation, thus I took some time to figure it out.

I will publish a more detailed account when I am finished.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Related Posts

ASP.NETASP.NET CoreServerTextControl

The Importance of PDF Signing in .NET C#

More than ever, documents are being shared, edited, and stored electronically. A digitally signed PDF is a document that has been signed using cryptographic technology to verify that the document…


ASP.NETASP.NET CoreMailMerge

When to Generate Documents Server-Side Instead of Client-Side: A Focus on…

When it comes to document generation, deciding whether to handle the task server-side or client-side is a key architectural decision for any organization. This article discusses the benefits of…


ASP.NETASP.NET CoreDOCX

Sign Documents with a Self-Signed Digital ID From Adobe Acrobat Reader in…

This article shows how to create a self-signed digital ID using Adobe Acrobat Reader and how to use it to sign documents in .NET C#. The article also shows how to create a PDF document with a…


ASP.NETASP.NET CoreConvert

Programmatically Convert MS Word DOCX Documents to PDF in .NET C#

This article shows how to convert MS Word DOCX documents to PDF in .NET C# using the ServerTextControl component. The example shows how to load a DOCX file from a file or from a variable and how…


ASP.NETASP.NET CoreDS Server

Low Code vs. High Code: Differences between TX Text Control and DS Server

Low-code platforms help developers build applications faster with less implementation. This article explains the differences between the fully programmable library TX Text Control and the low code…