Check File Types
JavaScript does not allow custom "Open file" dialogs, thus you can only check file type after user has selected a file.
Use onAddFile event handler to check file extension.
JavaScript does not allow custom "Open file" dialogs, thus you can only check file type after user has selected a file.
Use onAddFile event handler to check file extension.