
How to get file extension using javascript/jquery
Created at 16-Jul-2021 ,
By samar
How to get file extension using javascript/jquery
Through the use of the programming language, we will work together to solve the "How to get file extension using javascript/jquery" puzzle in this lesson.
You can get file extension in HTML using javascript/jquery function. You have to pass the filename to the javascript function and this function returns the format of the file. By using this function you can get that the file is an image (png, jpg, jpeg), pdf, or in any other format.-
Get file extension using file name with replace method in javascript
<script> function getFileExtension(fileName){ var fileExtension; fileExtension = fileName.replace(/^.*\./, ''); return fileExtension; } var fileExt = getFileExtension('filename.jpg'); console.log(fileExt); </script>
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
Don't forget to share this article! Help us spread the word by clicking the share button below.
We appreciate your support and are committed to providing you valuable and informative content.
We are thankful for your never ending support.
Random Code Snippet Queries: Javascript
- Execute function with condition in javascript
- How to validate input type file size in javascript
- Short-circuits conditionals
- How to remove duplicate values from array in javascript
- How to add a property to object with condition in javascript
- Uncaught TypeError: $(...).summernote is not a function
- Hide div on click outside of element in javascript/jQuery
- Concat variable with string in javascript
- How to echo array in Javascript
- Custom slider js
- How to set href value of anchor tag in javascript
- How to push string in an array in Javascript
- Prism js horizontally overflowing its container
- How can I add a key/value pair to a JavaScript object
- How to open modal after redirect
- Cropper js with multiple images
- Check if value exists in array javascript
- On click enter redirect to another URL with parameters in javascript
- Get multiplication in javascript using array input
- Uncaught TypeError: Illegal invocation
- Generate 6 digit random number in javascript
- Javascript set timeout function with example code
- How to get the length of a number in JavaScript
- Javascript to print Fibonacci series upto 15 Observations
- Deault order of record in datatable