Completed
Last Updated: 28 Sep 2023 11:00 by ADMIN
Release R3 2023

Recently, Chrome version has been updated our all the user’s system as 117.xxx.xxx.

After updating the Chrome version and RadAsyncUpload is not working and getting the below error message. So, user unable to perform any upload action on this.

This is control using in production live application and it affecting our day-to day business.

Please provide your solution as soon as possible.

Error – Message :

Uncaught Error while uploading, <div></div><pre>{"fileInfo":{"FileName":"README.md","ContentType":null,"ContentLength":5798,"DateJson":null,"Index":0}, "metaData":"8D91232C303626342ACC0E7ED035FEA5DE6451C2DB0AF6EACED0DEF16BAC9F74139C19B88F3583C5E4E753AF69CA36E66EB8DC6DE10E16C1B06A7DD1B482E8E57C5949FC91A77397D6CEB2BE801B511978BE81978AF16A2AFCAB9DA0F1C04972541477EA061F94B0DC6BF18D7CC177C427FA3C9FFBB4331699BC031FC1032C268EDB586EE6E54ADD874033CEFE7916EA3B880C6383A59D10D72D4954B3FDDE3391C0D66A5D38956DDBA8B3026A07DD8C1561889181210D7982B964EB1E654AD007C04D7832068AB2BC4E220B2AC8565C53260448459E72E53295BDAD64DCF63F311E327C366756AF117BD3E45B0D85AF7BC2CC0A2983A6142FF6FAC4E9BCC92CADEA17DC" }</pre>

Completed
Last Updated: 27 Sep 2022 07:51 by ADMIN
Completed
Last Updated: 23 Jun 2022 10:17 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: AsyncUpload
Type: Bug Report
0
File drag and drop is broken in MS Edge Creator's Edition. Reproducible in the following demo:

http://demos.telerik.com/aspnet-ajax/asyncupload/examples/draganddrop/defaultcs.aspx

Completed
Last Updated: 22 Jun 2022 11:57 by ADMIN
Completed
Last Updated: 21 Jun 2022 15:09 by ADMIN
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.
Completed
Last Updated: 28 Mar 2022 19:44 by ADMIN
Declined
Last Updated: 14 Sep 2021 09:55 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: AsyncUpload
Type: Bug Report
0

			
Unplanned
Last Updated: 16 Aug 2021 08:25 by ADMIN

RadAsyncUpload "Drop Files here" element remains visible when dragging a file quickly over and out of the DragZone

Replicable in File Upload with Drag and Drop live demo.

Drag a file quickly through the DragZone without dropping it. The "Drop Files Here" element is shown but doesn't get hidden when the mouse leaves the DragZone (ondragleave).

Completed
Last Updated: 12 Aug 2021 15:45 by ADMIN
Release R3 2021
Unplanned
Last Updated: 12 Jul 2021 07:41 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 8
Category: AsyncUpload
Type: Feature Request
13
When upload larger files the connection may dropped during the file uploading. In result of this the selected file will not be uploaded successfully and the user will have to start the uploading from the beginning. This operation can be very annoyng when connection is slow. 

The suggested features aims to allow resuming, when the failed file is selected again. The uploading should continue automatically from there it stopped.

Unplanned
Last Updated: 16 Jun 2021 08:14 by ADMIN
I am using the RadAsyncUpload with UploadedFilesRendering="BelowFileInput".  This works fine, but I would like the list to appear in the order they are selected not the reverse order.  Is there away to accomplish this?  It should look like the UploadedFilesRendering="AboveFileInput" list but appearing below.

This should be a feature of the control which currently limited to above in the order they are select or below the reverse order.  In either case you should be able to select the order the files are displayed in the UI.
Declined
Last Updated: 14 Jun 2021 14:46 by ADMIN
There will be a validation that will stop dragged and dropped folders in the drop zone of RadAsyncUpload from being uploaded.
Unplanned
Last Updated: 10 Jun 2021 18:10 by ADMIN
Unplanned
Last Updated: 28 May 2021 17:25 by ADMIN
When validation is set in order prevent a user from uploading an unsupported file, it works fine when the user uploads files with extensions.

The problem is, if the same user attempts to upload from a mobile device such as from google drive, the file typically has no extensions, and therefore it fails validation; even though it in fact is a supported file.

Somehow, when we know it's a mobile device, tablet, or a MAC we need to be able to allow no extensions.

Create an option or detect if it is be accessed from a mobile device, and allow us to choose if we want allow files to have no extensions, even if the validation is active so that if a file is uploaded without an extension in those cases it doesn't trigger the validation and fails clients side.
Unplanned
Last Updated: 28 May 2021 13:21 by ADMIN
Created by: Darcy Mayer
Comments: 0
Category: AsyncUpload
Type: Feature Request
0
One of the issues with the asyncuploader is the inability to be able to reorder the list.  There should be a way to allow for dragging and dropping the files in the desired order even after they've been uploaded to the list without having to delete the files only to upload them again in the required order.
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.
Completed
Last Updated: 17 May 2021 09:32 by ADMIN
Upgrading to UI for ASP.NET AJAX Q2 2015 (2015.2.729.45) sets requestLimits maxAllowedContentLength in web.config to 

<requestLimits maxAllowedContentLength="0" /> <!--8MB Max upload-->

resulting in errors like "PRM_ServerError" on postbacks.
1 2 3 4