Opened 9 years ago

Last modified 9 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 Artur Delura)

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.

  1. Open sample http://ckeditor.dev/plugins/uploadwidget/dev/upload.html
  2. D&D some image to initiate uploading.
  3. 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.

Change History (1)

comment:1 Changed 9 years ago by Artur Delura

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy