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.
function fileuploadcomplete(e) {
jQuery.addEventLog("Upload action has been <span class='eventTitle'>completed </span>successfully .");
}
Thanks. Got it from the demos.
KRKeerthana Rajendran Syncfusion Team January 31, 2018 05:37 AM UTC
Hi Uchechukwu,
Thank you for contacting Syncfusion support.
Yes, you can use complete event or success event of Upload box to identify a successful upload. When multiple files are uploaded with asynchronous upload, success event will be triggered after successful upload of each file, whereas complete event will be triggered once all the chosen files has been uploaded successfully. You can use any of these events based on your requirement.