Declined
Last Updated: 01 Oct 2014 12:43 by Nick
ADMIN
Created by: Dimitar
Comments: 1
Category: AsyncUpload
Type: Bug Report
3
 RadAsyncUpload does not upload files in iOS 8 Safari. After selecting a file/files for upload, their upload remains as pending and never reaches the end of the process.
Note: there is a known iOS 8 Safari issue with <input type="file" />
Completed
Last Updated: 12 Aug 2015 15:46 by Ryan
when files are deleted via the user interface, this "frees up" the max file count for additional files to be uploaded. When files are deleted via API, the deleted files are still counted against the maxfilecount, and are not "freed up"

to reproduce:
run the attached web form.
do not select "delete via api" checkbox
add and remove a number of files.
good.

reload.
do not select "delete via api"
upload file A
select "delete via api"
upload file A one more time (note it will be deleted via api before it actually gets uploaded)
deselect "delete via api"
upload file B
note you can no longer upload files, allthough only 2 have been uploaded and maxfilecoutn is 3
bad.
Declined
Last Updated: 12 Aug 2015 16:01 by Ryan
when deleting files from radasyncupload via the "built-in" delete button, both the upload_removing and upload_removed events are fired. However, when deleting files via the api, only the uploadRemoved event is fired.

to reproduce: 
1. run attached web form. select file for upload. click remove button. view console. note console entries have text "filename in UPloadRemoving.." as well as "filename in UploadRemoved...". Good

2. click the "delete via api" checkbox to enable. select another file. view console. Note console entry only has text "filename in UploadRemoved..." bad.
Completed
Last Updated: 12 Aug 2015 15:51 by Ryan
when deleting files from radasyncupload via the "built-in" delete button, "get_fileName()" method in both the upload_removing and upload_removed events returns correct data. However, when deleting files via the api, the get_fileName() method returns bad content.

built-in button something like:
document.pdf

api something like:
document.pdf<span class="ruFileProgressWrap"><span class="ruFileProgress"></span></span>

to reproduce: 
1. run attached web form. select file for upload. click remove button. view console. all good.

2. click the "delete via api" checkbox to enable. select another file. view console. bad.
Unplanned
Last Updated: 06 Aug 2014 14:22 by Brian
ADMIN
Created by: Hristo Valyavicharski
Comments: 1
Category: AsyncUpload
Type: Feature Request
1

			
Unplanned
Last Updated: 25 Jul 2014 14:50 by ADMIN
Completed
Last Updated: 24 Jul 2014 10:58 by ADMIN
Completed
Last Updated: 23 Mar 2015 09:14 by ADMIN
Completed
Last Updated: 28 Jul 2016 09:07 by ADMIN
Hi,

When we upload files using RadAsyncUpload control, will get the uploaded file along with the two images.
1. check image
2. cross image (to delete the uploaded file)

my question is can we overwrite these images in our  application.
Completed
Last Updated: 27 Nov 2014 11:56 by ADMIN
Won't Fix
Last Updated: 11 Nov 2024 14:08 by ADMIN
Created by: Tom
Comments: 2
Category: AsyncUpload
Type: Bug Report
1
The MaxFileSize property is an int - this means a limit over 2GB can't be set. Please change this property to a long. 
Completed
Last Updated: 09 Apr 2015 10:16 by ADMIN
Completed
Last Updated: 20 Mar 2014 17:13 by SamVanity
Declined
Last Updated: 14 Sep 2021 09:55 by ADMIN
ADMIN
Created by: Hristo Valyavicharski
Comments: 0
Category: AsyncUpload
Type: Bug Report
0

			
Completed
Last Updated: 20 Aug 2014 14:25 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: 26 Jul 2016 12:04 by ADMIN
Created by: Jan Brandenburger
Comments: 1
Category: AsyncUpload
Type: Feature Request
1
Hi Telerik Team,
is it possible to implement the feature into the uploadmodule control , that you can open the uploaded files per Double-Click.
We want to use the control to create offers and we want to give the users the option to upload files - that works wonderful.
But the following editors of the offers don`t have the chance to open the "attached" files.

Thank you very much.
Best Regards,

Jan Brandenburger
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.