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

FileLimit on FileUpload #7906

Closed
cagataycivici opened this issue Jul 8, 2019 · 2 comments · Fixed by #7981
Closed

FileLimit on FileUpload #7906

cagataycivici opened this issue Jul 8, 2019 · 2 comments · Fixed by #7981
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@cagataycivici
Copy link
Member

Add a new fileLimit prop to restrict the number of files that can be uploaded. Disable the upload button to prevent selecting new files and display a message if multiple files selected and it exceeds the overall limit.

@cagataycivici cagataycivici added the Type: New Feature Issue contains a new feature or new component request label Jul 8, 2019
@cagataycivici cagataycivici added this to the 8.0.2 milestone Jul 8, 2019
@JO3-W3B-D3V
Copy link

Hey @cagataycivici, with regards to the message, do you plan to utilise a growl/toast/etc component? Or do you plan to include a prop so that the developer can specify?

I'm simply asking out of curiosity, I love the work you guys are doing & thank you for doing such an awesome job!

@codenode22
Copy link

codenode22 commented Aug 8, 2022

if you choose files more than fileLimit you see an alert message, but when you remove a file and the fileLimit is correct now, the alert message stays.It should go but it is not.Can someone look into it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants