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

RadUpload doesn't change file names anymore

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ryan
Top achievements
Rank 1
ryan asked on 26 Oct 2010, 04:41 PM
Hello, it seems that with the beta, the RadUpload no longer changes the file name when using:

private void radUploadImage_FileUploadStarting(object sender, FileUploadStartingEventArgs e)
        {
  
            e.UploadData.FileName = "backgroundImage" + e.SelectedFile.File.Extension;
        }

Is there something new that has to be done to get it to change the file name on the client side while uploading?

1 Answer, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 29 Oct 2010, 08:27 AM
Hi ryan,

I tested this but I was not able to reproduce this in an isolated scenario. I am attaching the project that I used to test this. Please let me know if I am missing something.

Kind regards,
Alex Fidanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
ryan
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Share this question
or