Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Attachment wrong filename encoding

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, if you already fix this in developer version but at 2.1.4 we have problem with attachments filenames which include Polish special characters.

After some time we found soloution and below is patch for this issue:



I'm sorry for not clean patch but we have also other changes in JForum
for tailoring it with out portal ...

Thanks for great soft :-)

Best regards,
�?ukasz Kwiek,
PLDG Develpoment Team member
[originally posted on jforum.net by Woo]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well and there is patch to patch, sorry for that :\
After URLEncoder method the realName string:

should have replaced all '+' characters to '%20':


PS.
Message preview does not work on this site (version?)


Error: AjaxUtils is not defined
Source code: http://www.jforum.net/templates/default/js/post.js
Row: 190


[originally posted on jforum.net by Woo]

 
reply
    Bookmark Topic Watch Topic
  • New Topic