-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF14
-
Component/s: None
When cancelling upload dialog, the upload process should be stoped.
This implies several changes :
- execute cleanup code on the cancel button
onclick="${rich:component('upload')}.stop();${rich:component('upload')}.clear();"
- execute cleanup code when the Fancybox is closed
The second point will be different between 5.6 and 5.7 since the implementation is different.
- is duplicated by
-
NXP-11357 Handle FileUpload cancel
- Resolved