Difference between revisions of "Unable to View pdf Attachments"

From SDU
Jump to: navigation, search
Line 1: Line 1:
[[Category:Solutions]]
 
 
By default, while r11.x allows the uploading of pdf files as [[Attachment|Attachments]], it does not permit the viewing of them. To add this capability, follow these simple procedures:
 
By default, while r11.x allows the uploading of pdf files as [[Attachment|Attachments]], it does not permit the viewing of them. To add this capability, follow these simple procedures:
  
Line 11: Line 10:
 
<param-value>eml,doc,zip,gz,tar,xls,rtf,ppt,pps,msg,pdf</param-value>
 
<param-value>eml,doc,zip,gz,tar,xls,rtf,ppt,pps,msg,pdf</param-value>
 
</source>
 
</source>
 +
 +
 +
----
 +
<div align='center'><font color="red">To make corrections or additions to this article, select the ''edit'' tab above.<br>
 +
To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div>
 +
 +
[[Category:Solutions]]

Revision as of 14:30, 27 January 2008

By default, while r11.x allows the uploading of pdf files as Attachments, it does not permit the viewing of them. To add this capability, follow these simple procedures:

  1. Access web.xml located in NX_ROOT/bopcfg/www/CATALINA_BASE/webapps/CAisd/WEBINF
  2. The web.xml file contains pairings of param-name and param-value. Search for the param-name of save_as_dialog_ext.
  3. Add pdf to the end of the string in the param-value that follows.

Example: <source lang=xml> <param-name>save_as_dialog_ext</param-name> <param-value>eml,doc,zip,gz,tar,xls,rtf,ppt,pps,msg,pdf</param-value> </source>



To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.