Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146827 | Aug 22,2019 04:15 AM UTC | Aug 22,2019 12:34 PM UTC | Blazor | 1 |
![]() |
Tags: File Upload |
@using Syncfusion.EJ2.Blazor
@using Syncfusion.EJ2.Blazor.Inputs
<EjsUploader>
<UploaderEvents Success="OnSuccess"></UploaderEvents>
</EjsUploader>
@code{
public string Status { get; set; }
public void OnSuccess(SuccessEventArgs args)
{
this.Status = args.StatusText;
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.