The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
BCBerly 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.