We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Canceling one file, cancels all files

I have a uploader, and when multiple files are uploaded and one is canceled all files that are pending for an upload also get canceled.

How can I cancel only one file and not all files.

Thanks.

here is my code:


@{
    var asyncSettings = new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = 
        @Url.Content("~/Uploader/Save"), RemoveUrl = @Url.Content("~/Uploader/Remove") };
}

<ejs-uploader id="uploadFiles" asyncSettings="@asyncSettings" autoUpload="false"></ejs-uploader>

2 Replies

WA Wayne July 2, 2019 04:18 AM UTC

By moving the  ejs-uploader outside of the form, the control then works and one can cancel one file.


PO Prince Oliver Syncfusion Team July 2, 2019 07:31 AM UTC

Hi Wayne,  
 
Greetings from Syncfusion support. 
 
This is an known issue in our end and the fix for the issue is available since the version 17.1.49. Kindly refer to the following release notes section 
 
 
We suggest you upgrade to the latest version in your end to resolve the issue. Please find the sample prepared with latest NuGet for your reference: 
 
Let us know if you need any further assistance on this. 
 
Regards, 
Prince 


Loader.
Live Chat Icon For mobile
Up arrow icon