I want to use my own upload ui where a user can upload files, but i want to use Uploader service / or method to upload the files in chunks

I want to use my own upload UI where a user can upload files, but i want to use Uploader service / or method to upload the files in chunks.


1 Reply

PM Ponmani Murugaiyan Syncfusion Team March 11, 2022 07:06 AM UTC

Hi Rahul, 

Query: But i want to use Uploader service. 

We can give the custom service link to asyncSettings to upload the files. 

 public path: Object = {  
        saveUrl: 'https://localhost:44379/Home/Save',  
        removeUrl: 'https://localhost:44379/Home/Remove'  
    };  


You can find the below documentation for server-side code for chunk uploader. 

Regards, 
Ponmani M 


Loader.
Up arrow icon