Syncfusion Uploader copy file my source (like src/assests/images)

Hi

I want to copy file my project source when syncfusion uploader control done upload. 

How can i do that.


1 Reply

BC Berly Christopher Syncfusion Team September 27, 2021 12:46 PM UTC

Hi Yahya Alatas, 
  
Greetings from Syncfusion support. 
  
We can store the selected file in the required destination by handling in the backend service. Also, we can get the file source in the success event as mentioned in the below code example. 
  
  OnSuccess: function(args){ 
        console.log(args.file) 
      } 
 
  
Screenshot: 
  
Here, we have stored the selected file under the Images folder of project root directory.  
 
  
  
  
Regards, 
Berly B.C 


Loader.
Up arrow icon