Created
November 25, 2017 09:22
-
-
Save abhishek-9ithub/501d6cc006601ba544ec5cff84cfa7c5 to your computer and use it in GitHub Desktop.
remove fake path of file upload value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fileValueAfterChange = fileValueAfterChange.substring(fileValueAfterChange.lastIndexOf("\\") + 1, fileValueAfterChange.length); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment