-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.0.1.1
-
Component/s: Components
-
Security Level: Jimmy
-
Environment:
reproduced in FF 46
-
ZK 8.0.3 S4
-
None
run the attached example in FF
When dropping a folder on a dropupload component there will be a failed request to the server (likely aborted from the browser directly - not yet supported)
ZK doesn't handle this error and leaves the component in a disabled/frozen state unusable for subsequent uploads.
The attachment also contains a patch to handle the error and cancel the failed upload accordingly to allow further upload attempts.