Results 1 to 6 of 6

Thread: Word .docx becomes .zip when opened from web

  1. #1
    Join Date
    Jan 2004
    Posts
    44

    Word .docx becomes .zip when opened from web

    I am using Microsoft Office 2007. There is a problem with the attachment. My friend have send me some word files. I am using Yahoo here. When I open the attachment the files are downloaded on m pc in zip file format. I can see a document attached. They must be downloaded as docx only. Why they are converting to zip file. Is it some kind of problem.

  2. #2
    Join Date
    Sep 2004
    Posts
    88
    That is not due to a problem. That is the feature of your mail service. You can open that zip file and from there you can extract the document files. It is not a bug. You must be aware that almost all attachments when sent to your system appear in the form of archive. It can be some sort of security features. There is no way to disable the same.

  3. #3
    Join Date
    Oct 2004
    Posts
    33
    Are you able to open those zip files. If not then that is a issue. You can try to rename the files to docx back and then check. Just double click on that and Microsoft Word will open. If you are getting error then attachment is not proper. You will need to contact your friend to resend you the attachments and this time tell them to attach directly. There are chances that they are putting that inside a zip and send you emails.

  4. #4
    Join Date
    Oct 2005
    Posts
    51
    That is not a problem. That is a basic thing. You will need to open those zip files. If you get any error in that then there can be some problem with the email service. I am also using yahoo. I am getting lots of images on my mails and whenever I download them all those are copied on my system in archive

  5. #5
    Join Date
    Jul 2010
    Posts
    1

    re: Word .docx becomes .zip when opened from web

    One way to solve that problem is just adding the following lines in the web.xml config file to recognize the .docx format :

    <mime-mapping>
    <extension>dib</extension>
    <mime-type>image/bmp</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>doc</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>docx</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>

    <mime-mapping>
    <extension>dtd</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>

  6. #6
    Join Date
    Jul 2010
    Posts
    1

    re: Word .docx becomes .zip when opened from web

    When you said "....just adding the following lines in the web.xml config file...." where abouts is that files located, is it the server side or PC.

    Any assistance would be appreciated

Similar Threads

  1. Replies: 3
    Last Post: 14-05-2011, 08:28 PM
  2. Cannot open .doc and .docx with MS Word 2010
    By raykong95 in forum MS Office Support
    Replies: 6
    Last Post: 18-01-2011, 06:47 AM
  3. Opening Word 2007 docx files in Word 2003
    By Chad Gross in forum MS Office Support
    Replies: 5
    Last Post: 22-04-2010, 12:31 PM
  4. Lost Word Document (docx)
    By Sue in forum Vista Help
    Replies: 6
    Last Post: 08-12-2009, 12:03 PM
  5. Opening docx files in Word 2000
    By Aloke in forum Windows Software
    Replies: 3
    Last Post: 21-10-2009, 05:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,861,766.09269 seconds with 17 queries