Skip to main content
Known Participant
October 1, 2008
Question

convert .docx to doc

  • October 1, 2008
  • 3 replies
  • 1212 views
Hi,

I have to allow an upload of .docx files to MX 7 server. A download as well should be allowed.
But the problem is does MX7 allow a upload of .dox file to the server if .confg.js is configured?
1. If it allows how and what do I confifure in the web server?

2. If a download is allowed, then some of the members do not have MS office 2007, so it doesnot allow them to open the file. So a conversion is required when a download has to be done. Or vice versa, a docx file can be uploaded with doc extention if a conversion is allowed.
Can you help me with the conversion of .docx file to .doc in CF. If a solution exists and if you had tried it. I was not able to find anythin on the web.

Thank you.
ArunaUMUC
    This topic has been closed for replies.

    3 replies

    arunaumucAuthor
    Known Participant
    December 24, 2008
    Bob,

    I will post the errors in January. I have to capture the error to post it.

    Thank you.
    Aruna

    arunaumucAuthor
    Known Participant
    December 16, 2008
    Can anyone let me know why I am not able to make an upload of docx file when using mac machines.

    Aruna
    Inspiring
    December 16, 2008
    What error messages, if any, do you receive?

    What MIME type does the Mac browser associate with docx?
    Inspiring
    October 1, 2008
    1. To allow upload of docx file be sure that the accept attribute of your cffile tag includes the mime type "application/vnd.openxmlformats-officedocument.wordprocessingml.document"

    2. To allow users of earlier versions of MS Office to open the file they will need to install an update from Microsoft.
    http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
    arunaumucAuthor
    Known Participant
    October 2, 2008
    Bob,

    I will try and let you know. It looks looks logical.

    Thank you.
    ArunaUMUC
    arunaumucAuthor
    Known Participant
    October 2, 2008
    Bob,

    I was able to upload and read the .docx file.
    But now the problem is my IE doesnot open the file. The application has a hyperlink to the .docx file. When I open it in another window or another tab or try to save it or convert to PDF using the right click button it still doesnot work. How can I make .docx read from the IE or save it from IE into local machine. Do I have to configure the webserver or IE should be manipulated?

    Aruna