drybones
10-02-2007, 12:45 PM
This situation can be described like so.
1 user uploads a file, that file is a word document file (2003). The user could have otherwise uploaded a pdf or a plain text file and image, any file really, but for this problem its a MS Word Document file. 15 other people are going to need to view that file, but i want them to view it through the web page.
I cannot gaurentee everyone uses word so i cannot just load the file within the browser. So i need to convert it.
How would you guys go about doing this?
Like i can easily use word api to resave the document as an .htm file, but i would need word installed on the server and the server would have to be windows.
Im just looking for some options on how to go about implementing this situation.
1 user uploads a file, that file is a word document file (2003). The user could have otherwise uploaded a pdf or a plain text file and image, any file really, but for this problem its a MS Word Document file. 15 other people are going to need to view that file, but i want them to view it through the web page.
I cannot gaurentee everyone uses word so i cannot just load the file within the browser. So i need to convert it.
How would you guys go about doing this?
Like i can easily use word api to resave the document as an .htm file, but i would need word installed on the server and the server would have to be windows.
Im just looking for some options on how to go about implementing this situation.