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

IgUpload server side event is not canceled #2252

Open
MonikaKirkova opened this issue Mar 14, 2024 · 0 comments
Open

IgUpload server side event is not canceled #2252

MonikaKirkova opened this issue Mar 14, 2024 · 0 comments

Comments

@MonikaKirkova
Copy link

Description

IgUpload server side UploadStarting event could not be canceled

  • ignite-ui version: any
  • browser: any

Steps to reproduce

  1. Create a project with .Net 8
  2. Register the UploadStarting event handler in the Program.cs file
  3. In the event handler cancel the event.

Result

The client side fileUploaded event is emitted and the file is uploaded.

Expected result

The client side onError event should be emitted and the file should not be uploaded.

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

No branches or pull requests

1 participant