Opened 10 years ago
Last modified 10 years ago
#13203 closed Bug
Aborting upload doesn't really abort — at Version 1
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description (last modified by )
To reproduce this issue, you have to have properly setup CKFinder with CKEditor. Also you should add some sleep
in connector to be available to abort uploading before it's done by server.
- Open sample http://ckeditor.dev/plugins/uploadwidget/dev/upload.html
- D&D some image to initiate uploading.
- Delete an image before uploading is done.
There should be an information visible that uploading was aborted by the user.
Unexpected Result: image has been physically uploaded to the server.
What I found is that abort in XHR is called synchromously when progress comes from the server. If file is relatively small, then there is no progress called until file is fully loaded.