Won't Fix
Last Updated: 27 May 2021 12:39 by ADMIN
Created by: Ed
Comments: 1
Category: AsyncUpload
Type: Feature Request
0
The RadAsyncUpload control is used on forms with other controls, and sometimes we need to validate the control, that is require that the user uploads a file before the form can be submitted.  We have to use a Customvalidator and check the controls client-side properties to see if it has a file.  But if you set the ControltoValidate property an exception occurs.  
Please support this property so that a radAsyncUpload control can be associated with an ASP.Net validator.
Won't Fix
Last Updated: 21 Apr 2022 12:43 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: AsyncUpload
Type: Feature Request
0
RadAsyncUpload throws a javascript error:

SCRIPT16389: System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Windows.Browser.ManagedObjectInfo.Invoke(ManagedObject obj, InvokeType invokeType, String memberName, ScriptParam[] args)
   at System.Windows.Hosting.ManagedHost.InvokeScriptableMember(IntPtr pHandle, Int32 nMemberID, Int32 nInvokeType, Int32 nArgCount, ScriptParam[] pArgs, ScriptParam& pResult, ExceptionInfo& pExcepInfo) 

when Silverlight module is used and uploading is canceled.