Skip to content

IgUpload server side event is not canceled #2252

Open
@MonikaKirkova

Description

@MonikaKirkova

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions