js file extension name code example Example: how to get the extension from filename using javascript var ext = fileName.substr(fileName.lastIndexOf('.') + 1);