You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 15, 2024
Describe the bug
If I upload a (large) file and cancel it before it has been uploaded, the HTTP upload request is never canceled.
Environment
Doesnt matter.
Reproducer
https://stackblitz.com/edit/zjfynw
Angular version
17.3.7
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v18.20.3
Browser(s)
No response
Steps to reproduce the behavior
https://stackblitz.com/edit/zjfynw
Add file for upload
Click on upload button
Click on remove file button
It continues uploading
And it finishes uploading.
Expected behavior
When I click on the remove file button, it unsubscribes from the HTTP request.
The text was updated successfully, but these errors were encountered: