This question is locked. New answers and comments are not allowed.
Implementing server side validation for file size and file type, and using return Content("Error");
if there's an issue.
Then in the OnError client event I'm displaying my error message.
However, after my error message displays another one pops up:
Error! Upload failed. Unexpected server response - see console.
Prevent this page from creating additional dialogs.
I've also tried the onComplete event with the same results.
Can I prevent the Telerik error from displaying?
Thanks for your assistance.
if there's an issue.
Then in the OnError client event I'm displaying my error message.
However, after my error message displays another one pops up:
Error! Upload failed. Unexpected server response - see console.
Prevent this page from creating additional dialogs.
I've also tried the onComplete event with the same results.
Can I prevent the Telerik error from displaying?
Thanks for your assistance.