utility to check the file extension + javascript code example Example: how to check the extension of a file in javascript return filename.split('.').pop();