Right now, during uploading file(s) all type of files are previewing. Although document type file is not previewing, it’s previewing like when an image source not found. However, I only want to preview the file(s) which are image & video. I don’t want to preview the document type files in my file preview section of HTML.
2
Answers
You can use a regular expression to check the file extension type, example below:
if you want to check if filename match one of specific extensions, you can use the following function