[Vtigercrm-commits] [vtiger development] #64: Attachment filenames with special characters won't download

vtiger development vtiger-tickets at vtiger.fosslabs.com
Sat Mar 18 11:01:00 EST 2006


#64: Attachment filenames with special characters won't download
-----------------------+----------------------------------------------------
 Reporter:  mikecrowe  |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  minor      |   Milestone:  4.2.4    
Component:  vtigercrm  |     Version:  4.2.4rc3 
 Keywords:             |  
-----------------------+----------------------------------------------------
 If you have a filename with an accented character as an character it won't
 download.

 Proposed Solution:
 '''Line 248 of include/RelatedListView.php change to:'''
 {{{
                         $list .= '<a href =
 "index.php?module=uploads&action=downloadfile&return_module=Accounts&activity_type='
 . $row[1] . '&fileid=' . $row[5] . '&filename=' . urlencode($row[2]) .
 '">' . $row[2] . '</a>';
 }}}

 Note:  This needs testing in IE.  I cannot test.

-- 
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/64>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM


More information about the vtigercrm-commits mailing list