File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,8 @@ The [`UploadErrorEventArgs` event argument](#event-arguments) contains the follo
137137
138138> caption Using the OnError event with message from the controller
139139
140- <div class =" skip-repl " ></div >
141140
142- ```` RAZOR
141+ ```` RAZOR.skip-repl
143142<TelerikUpload OnError="@OnUploadError" />
144143
145144@code {
@@ -153,7 +152,6 @@ The [`UploadErrorEventArgs` event argument](#event-arguments) contains the follo
153152 }
154153}
155154````
156-
157155```` C# Controller
158156[HttpPost ]
159157public async Task < IActionResult > Save (IFormFile files )
@@ -662,7 +660,6 @@ Also see:
662660 }
663661}
664662````
665-
666663```` C# UploadController.cs
667664using System ;
668665using System .IO ;
@@ -759,7 +756,6 @@ namespace TelerikBlazorUpload.Controllers
759756 }
760757}
761758````
762-
763759```` C# Program.cs
764760// ...
765761
You can’t perform that action at this time.
0 commit comments