• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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]

 
Yeah, but is it art? What do you think tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic