This might sound like an odd request for help; Trying to make it fail. :-)
I have an AsyncUpload control that I need to make fail temporarily.
I've tried to switch off my network card (wifi) halfway through the upload but I just get a console error:
POST http://myDomain.localhost/Telerik.Web.UI.WebResource.axd?type=rau
net::ERR_INTERNET_DISCONNECTED​
I would have thought this would cause the OnClientFileUploadFailed event fire, but it doesn't. The progress bar stays and just the console error message is shown.
Telerik control version : 2015.1.225.40
Chrome version : 44.0.2403.107 m
Any suggestions would be very much appreciated. For either how to get the event to fire or why the OnClientFileUploadFailed event doesn't fire.
Thanks