On the demo:
http://demos.telerik.com/aspnet-ajax/Upload/Examples/CustomValidation/DefaultCS.aspx?RadUrid=8b6e25d5-53e9-403a-befd-7e65c54a0bc2
The RadprogressArea is still shown for the full period of time ("for (int i = 0; i < total; i++)" etc) , even though the RadUpload.OnValidatingFile server side method already marked the file as invalid.
Would it be possible to prevent the RadProgressArea from showing?
I did tried the client side alternative with RadProgressArea.OnClientProgressUpdating client side method - but get inconsistant javascript:
'get_progressData().RadUpload.RequestSize' is null
errors - when do multiple uploads one after the other.
http://demos.telerik.com/aspnet-ajax/Upload/Examples/CustomValidation/DefaultCS.aspx?RadUrid=8b6e25d5-53e9-403a-befd-7e65c54a0bc2
The RadprogressArea is still shown for the full period of time ("for (int i = 0; i < total; i++)" etc) , even though the RadUpload.OnValidatingFile server side method already marked the file as invalid.
Would it be possible to prevent the RadProgressArea from showing?
I did tried the client side alternative with RadProgressArea.OnClientProgressUpdating client side method - but get inconsistant javascript:
'get_progressData().RadUpload.RequestSize' is null
errors - when do multiple uploads one after the other.