My Requirement is to upload only files that ends with.pdf extension in Angular 2 is there any method to find the extension or like any split method in java.
you can use split with pop for the file extension :
$(this).fileName.split('.').pop();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With