WordML and asp.net and client side browsers

  • Thread starter Thread starter Me
  • Start date Start date
M

Me

Hi all

I have word documents that is saved as word 2003 xml.

My asp.net application allows users to see these files and download
them.

I would then like these files to be edited by the user in their
browser. How can I do this? What options do I have?
 
you'd have to convert it to doc format by changing the content type and
saving the file as doc so that the browser can read it. The browser will
simply format it as xml if you use wordml

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top