Show file name without url


in this case when user enter text then they got file name and url also, but I need to show only filename with attached url in background.

You can split the url by / and get the last element of the resultant list:

1 Like