This question is locked. New answers and comments are not allowed.
Hello, it seems that with the beta, the RadUpload no longer changes the file name when using:
Is there something new that has to be done to get it to change the file name on the client side while uploading?
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?