Re: how to display a web page with a MS word document which is stored in database

2002-01-25 Thread Berin Loritsch
Stefano Mazzocchi wrote: > Sylvain Wallez wrote: > >>marco wrote: >> >> >>>I am using cocoon 2, tomcat 4.0, jdk1.3, mySQL 3.23.39. >>> >>>I am thinking of store the MS word document in database or file system. >>>Please advise which storage method is the best and please advise the detail >>>tech

Re: how to display a web page with a MS word document which is stored in database

2002-01-25 Thread Berin Loritsch
marco wrote: > Thanks for your reply. May be my question is mis-leading. > > Let's me put it the other way around. > > How can I make use of cocoon to allow users to download a MS Word file from > the web server database using their web browser? > > What program code do I need and what should

Re: how to display a web page with a MS word document which is stored in database

2002-01-25 Thread Sylvain Wallez
Stefano Mazzocchi wrote: >Sylvain Wallez wrote: > >>marco wrote: >> >>>I am using cocoon 2, tomcat 4.0, jdk1.3, mySQL 3.23.39. >>> >>>I am thinking of store the MS word document in database or file system. >>>Please advise which storage method is the best and please advise the detail >>>technical

Re: how to display a web page with a MS word document which is stored in database

2002-01-25 Thread Stefano Mazzocchi
Sylvain Wallez wrote: > > marco wrote: > > >I am using cocoon 2, tomcat 4.0, jdk1.3, mySQL 3.23.39. > > > >I am thinking of store the MS word document in database or file system. > >Please advise which storage method is the best and please advise the detail > >technical implementation of the two

Re: how to display a web page with a MS word document which is stored in database

2002-01-25 Thread Sylvain Wallez
marco wrote: >I am using cocoon 2, tomcat 4.0, jdk1.3, mySQL 3.23.39. > >I am thinking of store the MS word document in database or file system. >Please advise which storage method is the best and please advise the detail >technical implementation of the two methods (i.e. how to write the code of

Re: how to display a web page with a MS word document which is stored in database

2002-01-24 Thread marco
ap of cocoon? - Original Message - From: "Carlos Araya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 10:03 AM Subject: Re: how to display a web page with a MS word document which is stored in database > Right now you can't display

how to display a web page with a MS word document which is stored in database

2002-01-24 Thread marco
I am using cocoon 2, tomcat 4.0, jdk1.3, mySQL 3.23.39. I am thinking of store the MS word document in database or file system. Please advise which storage method is the best and please advise the detail technical implementation of the two methods (i.e. how to write the code of the program). Than