Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to limit file extensions? #3

Open
flakobatako opened this issue Oct 13, 2017 · 2 comments
Open

Is it possible to limit file extensions? #3

flakobatako opened this issue Oct 13, 2017 · 2 comments

Comments

@flakobatako
Copy link

I was wondering if there is an easy way to limit file extensions?, so users can't upload trash to the bucket.

@Parkseokje
Copy link

dropzone has option. e.g) acceptedFiles: 'image/*'

@sfdye
Copy link

sfdye commented Feb 28, 2018

@Parkseokje is right, the acceptedFiles option is the one.
http://www.dropzonejs.com/#config-acceptedFiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants