Approver cannot open the attachments of the types docx, xlsx. They have to save them 1st.
Hi All,
We are having problems where approvers are not able to open the attachments in the notifications.
They have to save them 1st in their desktop. The files are looks to be identified as zip files by Oracle workflow.
the issue is specific to some users.
We are on 11i and MS office 2010.
We have followed the below steps and was unsuccessful.
1. Stop
the http server
2. Add the following in httpd.conf file
AddType application/vnd.openxmlformats .docx .pptx .xlsx
3. Restart http server
4. add the below in the file “mime.types”
application/vnd.openxmlformats docx pptx xlsx0