I am getting a javascript error "fileInput is undefined" when the radasyncupload control validats for file size on the client. Here is my declaration:
<script type="text/javascript"> Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function() { return false; } </script> <telerik:RadAsyncUpload runat="server" ID="rauResume" Skin="Office2007" ReadOnlyFileInputs="true" MultipleFileSelection="Disabled" MaxFileInputsCount="1" MaxFileSize="409" > </telerik:RadAsyncUpload>