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: 04 Feb 2010 15:11 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Bug Report
5
Implement Resume/AutoResume on upload error.
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: 11 Aug 2016 14:05 by ADMIN
The RadUpload shoul handle this sceanrio without the help of the Dispatcher
Unplanned
Last Updated: 10 May 2011 19:40 by ADMIN
The UploadFinished event is not fired when file's size is bigger than the Upload.BufferSize and the Upload failed.
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: 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: 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
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: 12 Jan 2010 10:46 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Upload
Type: Bug Report
1
The current error reporting UI is not very UX. We need to improve it.
Completed
Last Updated: 07 Jun 2016 10:47 by Archit

Available in R2 2016 Release
Unplanned
Last Updated: 05 Aug 2016 13:49 by ADMIN
Incorrect UI state when validating all files with the Validate event. 
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: 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.