I know this is absurd but I am stuck at it
I have a filepath using fileupload in asp classic
The filepath is C:\FakePath\3.jpg
I want to retrieve it in a variable so that it would only give me 3.jpg
substring() and substr() doesn't include 3 I don't know why
logopath = C:\FakePath\3.jpg;
logopath = logopath.substring(10);

substring()orsubstr()