Special characters / Junk characters while sending data from jquery ajax to servlet while uploading file
Hi recently I received a weird issue is while setting description of a record it appended some weird special characters in my string.
Inorder to solve this issue what we can do is
use item.getString("UTF") instead of item.getString().
No comments:
Post a Comment