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

[InputFile] Add OnFileCountExceeded callback #3205

Merged

Conversation

rpodevns
Copy link
Contributor

@rpodevns rpodevns commented Jan 18, 2025

Pull Request

πŸ“– Description

Add event callback to handle cases where the uploaded file count exceeds the specified maximum limit.

🎫 Issues

Fix #3204

πŸ‘©β€πŸ’» Reviewer Notes

Is the name OnFileCountExceeded acceptable, or would you prefer a different one?

πŸ“‘ Test Plan

βœ… Checklist

General

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

  • I have added a new component
  • I have added Unit Tests for my new component
  • I have modified an existing component
  • I have validated the Unit Tests for an existing component

⏭ Next Steps

@vnbaaij vnbaaij changed the title [FluentInputFile] Add OnFileCountExceeded callback [InputFile] Add OnFileCountExceeded callback Jan 18, 2025
@vnbaaij vnbaaij added this to the v4.11.4 milestone Jan 18, 2025
@vnbaaij vnbaaij enabled auto-merge (squash) January 18, 2025 13:55
@vnbaaij vnbaaij merged commit c180795 into microsoft:dev Jan 18, 2025
4 checks passed
@rpodevns rpodevns deleted the issue/handle-maximum-file-count-exceeded branch January 18, 2025 14:56
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 this pull request may close these issues.

FluentInputFile : how can i catch the error when The maximum number of files accepted
2 participants