Unplanned
Last Updated: 06 Jul 2017 15:54 by ADMIN
This happens if the file is not first in the selected files list.

Steps to reproduce:

1. Add 2 files for upload. The first one should be bigger so you have time do to the next steps.
2. Click the Upload button. The first starts to upload.
3. Delete the second file.

When the upload process gets to the second file, a NullReferenceException is thrown.
Unplanned
Last Updated: 17 Jan 2017 13:04 by ADMIN
Implement a feature that allows the RadUpload control to resume its upload session when interrupted by a connection failure.
Completed
Last Updated: 04 Oct 2016 13:57 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: Upload
Type: Feature Request
0
 The last response of contains incorrect information (it contains data from the previously uploaded chunk).

Available in LIB version: 2016.3.1010
Completed
Last Updated: 16 Sep 2016 10:16 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Feature Request
3

			
Unplanned
Last Updated: 11 Aug 2016 14:05 by ADMIN
Incorrect UI state when validating all files with the Validate event.
FIXED: If at least one file is valid the RadUpload behaves correctly.
TO BE FIXED: If all files are invalid the upload is in uploading state and should be in SelectFiles state ("Add more files" should be shown).
Unplanned
Last Updated: 11 Aug 2016 14:05 by ADMIN
The RadUpload shoul handle this sceanrio without the help of the Dispatcher
Unplanned
Last Updated: 08 Aug 2016 09:24 by ADMIN
The Upload does not pass data set in the args of its FileUploadStarting event. The values set in the args are send only for the first chunk, all chunks after that does not have that data.
Unplanned
Last Updated: 05 Aug 2016 13:49 by ADMIN
Incorrect UI state when validating all files with the Validate event. 
Completed
Last Updated: 07 Jun 2016 10:47 by Archit

Available in R2 2016 Release
Declined
Last Updated: 15 Feb 2016 15:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Feature Request
8
Update documentation articles and add new ones.
Unplanned
Last Updated: 04 Feb 2016 16:41 by ADMIN
Change the logic that creates a default unique name for duplicate files. At the moment it is based on a counter and instead we need to consider renaming the file as a "Copy of [fileName]" or "[fileName] - Copy".
Completed
Last Updated: 27 Nov 2015 11:34 by DameEdna
ADMIN
Created by: Telerik Admin
Comments: 12
Category: Upload
Type: Feature Request
62
Ability to upload files to Azure Blob Storage

CustomUploadHandler-AzureUpload demo is added in our SDK:
https://github.com/telerik/xaml-sdk/tree/master/Upload/CustomUploadHandler-AzureUpload 
Completed
Last Updated: 12 Feb 2015 08:14 by ADMIN
Currently there is no way to pass parameters in the FileUploadFailedEventArgs of the FileUploadFailed event. In the UploadCompleted event such parameters are passed in the HandlerData.CustomData of the FileUploadedEventArgs.

Available in LIB version: 2014.3.1402
Unplanned
Last Updated: 29 Jul 2013 08:56 by ADMIN
Change the StartUpload() method implementation so that it can work while the RadUpload control is disabled.
Unplanned
Last Updated: 28 Nov 2012 08:26 by Travis Lamkin
Expose an event to fire if the files that should be uploaded are in use by another process.
Unplanned
Last Updated: 19 Oct 2012 11:41 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Bug Report
4
Dismissing all files doesn't change the title's status. However, if the "Cancel" button is used the title's status is updated correctly.
Unplanned
Last Updated: 27 Aug 2012 09:40 by ADMIN
Set a Filter in the RadUpload. Click Browse Button. You cannot see the filtered files but you can select it in the combo with typing their names.
Unplanned
Last Updated: 29 May 2012 06:57 by ADMIN
I find it a disconcerting that when the uploads have completed one is only offered the options to "Cancel" or "Add more files".  Clicking on "Cancel" seems like you are going to stop whatever you were doing which is not the case because "Cancel" only resets the session after the uploads have completed and you really can't cancel anything.  I would like to propose that the "Cancel" button switches to "Done" to give a clearer indication of what the options are.

If one adds more files or a session is in progress then it is appropriate for the "Cancel" to be visible.
Unplanned
Last Updated: 23 Apr 2012 05:03 by ADMIN
If the user dismisses an item while the upload process is paused, the resume button is hidden and replaced by an Upload button. This way the upload process can be restarted but not resumed. But if there is only one item and it gets dismissed during paused upload operation - the resume button is still there.
Unplanned
Last Updated: 29 Mar 2012 10:01 by ADMIN
We have RadUpload which has MaxFileSize limited to 10MB. If I only try to upload document everything works OK and the document is not uploaded. However, if I select the file which is open in editor, then close the editor and press upload, file is uploaded, even if size is bigger than 10MB

Steps to reproduce bug:
1. Open a file, which is bigger than max allowed size in editor (i.e. on MSWord)
2. Select the file in RadUpload - an exception is thrown to indicate the file is used by another process 
3. Close the editor
4. Press upload - the file is uploaded even though its size is bigger than the allows file size
1 2