Re: urgent please help (how to show .doc file on an html page)
- From: none <""arjen\"@(none)">
- Date: Fri, 29 Jun 2007 13:51:33 +0200
piyush wrote:
i have uploadeed a .doc file into server now i want to show it on a
page
how can i do it
please help me with some code or code hints
The good way
<a href = "file.doc">click here for file</a>
The bad way:
header("Location: http://server/file.doc");
consider that not every browser handles this in the same way. Most older browsers do nasty stuff.
You could offcourse convert it to html with openoffice :-)
Arjen
.
- Follow-Ups:
- References:
- Prev by Date: urgent please help (how to show .doc file on an html page)
- Next by Date: Re: resize image and memory limits
- Previous by thread: urgent please help (how to show .doc file on an html page)
- Next by thread: Re: urgent please help (how to show .doc file on an html page)
- Index(es):