Filter only mp3 audio files #351
Unanswered
divyagoel-kiwi
asked this question in
Q&A
Replies: 1 comment
-
hi @divyagoel-kiwi any solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying filter only for typical mp3 extensions: I have to restrict user from selecting any other audio file other than .mp3 from iOS and Android.
I tried as per suggested comment #240 (comment)
However, did not get success. I also tried by providing
type: [ mime.lookup('mp3') ], and
type: [ 'audio/*.mp3' ],
type: [ 'mp3' ]
but did not get luck.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions