I was trying to implement some nicer client side error handling informing the user why the upload failed as the exisiting client feedback is just a red dot instead of a green dot, so I followed this example
http://demos.telerik.com/aspnet-ajax/asyncupload/examples/validation/defaultcs.aspx
But I am now trying to work out how to hide the error message when the user clicks remove on an invalid file.
I looked at OnClientFileUploadRemoving, but that only gets triggered if a valid file is removed.
Also, is there something similar to the upload.isExtensionValid method that checks if the file size is valid?
Thanks
http://demos.telerik.com/aspnet-ajax/asyncupload/examples/validation/defaultcs.aspx
But I am now trying to work out how to hide the error message when the user clicks remove on an invalid file.
I looked at OnClientFileUploadRemoving, but that only gets triggered if a valid file is removed.
Also, is there something similar to the upload.isExtensionValid method that checks if the file size is valid?
Thanks