Answers for "get file name from file type javascript"

3

get filename from url js

var filename = location.pathname.substr(location.pathname.lastIndexOf("/")+1);
Posted by: Guest on October-29-2020
0

js get the filename you uploaded

var fu1 = document.getElementById("FileUpload1");
alert("You selected " + fu1.value);
Posted by: Guest on July-18-2020

Code answers related to "get file name from file type javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language