Ignore:
Timestamp:
03/02/10 15:44:25 (14 years ago)
Author:
niltonneto
Message:

Ticket #886 - Corrigido problema de download de anexo com caracter especial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/js/common_functions.js

    r1412 r2133  
    209209        } 
    210210        if(new_file_name) 
    211                 params = "&newfilename="+new_file_name; 
     211                params = "&newfilename="+escape(new_file_name); 
    212212        if(encoding) 
    213213                params += "&encoding="+encoding; 
Note: See TracChangeset for help on using the changeset viewer.