This is a migrated thread and some comments may be shown as answers.

A Bug of RadUpload in 2016.Q2

1 Answer 24 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Iron
Vincent asked on 10 Jul 2016, 04:11 AM

I update the dll of uploadhandler of version 2016.Q2. I find a bug of the handler. if I add the code blew in the UploadHandler.ashx. When I upload file, the upload_FileUploaded event can not be hitted. and the upload_FileUploadFailed event be hitted. and not error message. and the file upload to the server successful.  So I use the dll of 2014, it is OK.

public override Dictionary<string, object> GetAssociatedData()
        {
            Dictionary<string, object> dict = base.GetAssociatedData();
            if (!string.IsNullOrEmpty(newFilename))
            {
                dict.Add("NewFilename", this.newFilename);
                dict.Add("oriFilename", this.oriFilename);
            }
            return dict;
        }

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 13 Jul 2016, 12:33 PM
Hi Vincent,

We are already aware of a similar issue and it has already been fixed. The fix is available with the latest Service Pack (2016 R2 SP1). Please download it from your account, give it a try and let us know whether the issue can still be reproduced.

Regards,
Dinko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Upload
Asked by
Vincent
Top achievements
Rank 1
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or