My input value is just like this: Oppa/upload/default.jpeg
I want to slice the value of an input according by /
cause i want to get the image file name. Does anyone know some tricks to do this?
example: i want to get default.png
<input type="text" value="Oppa/upload/default.png" id="fileLink" name="fileLink" />