0
convert .docx to doc
New Here
,
/t5/coldfusion-discussions/convert-docx-to-doc/td-p/907004
Oct 01, 2008
Oct 01, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advisor
,
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907005#M83442
Oct 01, 2008
Oct 01, 2008
Copy link to clipboard
Copied
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&displa...
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&displa...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
arunaumuc
AUTHOR
New Here
,
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907006#M83443
Oct 02, 2008
Oct 02, 2008
Copy link to clipboard
Copied
Bob,
I will try and let you know. It looks looks logical.
Thank you.
ArunaUMUC
I will try and let you know. It looks looks logical.
Thank you.
ArunaUMUC
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
arunaumuc
AUTHOR
New Here
,
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907007#M83444
Oct 02, 2008
Oct 02, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
arunaumuc
AUTHOR
New Here
,
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907008#M83445
Dec 16, 2008
Dec 16, 2008
Copy link to clipboard
Copied
Can anyone let me know why I am not able to make an upload of
docx file when using mac machines.
Aruna
Aruna
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advisor
,
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907009#M83446
Dec 16, 2008
Dec 16, 2008
Copy link to clipboard
Copied
What error messages, if any, do you receive?
What MIME type does the Mac browser associate with docx?
What MIME type does the Mac browser associate with docx?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
arunaumuc
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/convert-docx-to-doc/m-p/907010#M83447
Dec 24, 2008
Dec 24, 2008
Copy link to clipboard
Copied
Bob,
I will post the errors in January. I have to capture the error to post it.
Thank you.
Aruna
I will post the errors in January. I have to capture the error to post it.
Thank you.
Aruna
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

