IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 84 forks source link

IgUpload server side event is not canceled #2252

Open MonikaKirkova opened 3 months ago

MonikaKirkova commented 3 months ago

Description

IgUpload server side UploadStarting event could not be canceled

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.