Skip to content

Commit a32c354

Browse files
author
Marin Bratanov
committed
docs(asyncUpload): add link to sending errors with custom handler
1 parent 0e150c4 commit a32c354

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

controls/asyncupload/how-to/how-to-extend-the-radasyncupload-handler.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ Protected Overrides Function Process(file As UploadedFile, context As HttpContex
153153
End Function
154154
````
155155

156+
157+
>tip You can also use this approach to send meaningful error information from the custom handler to the browser. See the [How to Capture File Upload Errors with Custom Handler](http://www.telerik.com/support/kb/aspnet-ajax/upload-(async)/details/how-to-capture-file-upload-errors-with-custom-handler "How to Capture File Upload Errors with Custom Handler") KB article.
158+
159+
156160
Then, you can use this information on the page that was used to upload the file:
157161

158162
1. Subscribe to the `FileUploaded` event of the RadAsyncUpload.

0 commit comments

Comments
 (0)