Discussion
1
Replies
381
Views
Posted: August 17, 2015
Last activity: April 6, 2018
Closed
Attachment File Name Changed - Adding a "24" to the file path name
Attachment File Name Changed - Adding a "24" to the file path name
While attaching a file, If the file name is like this REREWRWEERWERW, then it is showing as same,
But if the file name is REREWRWE$ERWERW, then it is showing as REREWRWE$24ERWERW. $ is suffixed with 24
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
This issue can be resolved by following the below local change.
In line number 75,
Currently, there is a line: String file = prfUploaded.getName();
Change it to: String file = currentFile;