Is there any way we can filter files based on some regex in file selection step (something same we do in acceptedFiles) #2304
Answered
by
NicolasCARPi
YashSrivastav16
asked this question in
Q&A
|
like I want to filter files something like this dummy.xls, where it matches files having text dummy and filter them to show. |
Answered by
NicolasCARPi
Jul 19, 2024
Replies: 1 comment
|
Hello, As far as I can tell, the Also, I'd recommend switching to the maintained fork: https://github.com/NicolasCARPi/dropzone (and using the fork repo for issues and discussions) |
0 replies
Answer selected by
YashSrivastav16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
As far as I can tell, the
acceptHTML attribute can only accept extensions or mime types. So you cannot set a file name like what you suggest.Also, I'd recommend switching to the maintained fork: https://github.com/NicolasCARPi/dropzone (and using the fork repo for issues and discussions)