Skip to content

Instantly share code, notes, and snippets.

@abhishek-9ithub
Created November 25, 2017 09:22
Show Gist options
  • Save abhishek-9ithub/501d6cc006601ba544ec5cff84cfa7c5 to your computer and use it in GitHub Desktop.
Save abhishek-9ithub/501d6cc006601ba544ec5cff84cfa7c5 to your computer and use it in GitHub Desktop.
remove fake path of file upload value
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