Узел JS Получите имя файла без расширения
filename.split('.').slice(0, -1).join('.')
p_snehanshu
filename.split('.').slice(0, -1).join('.')