Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Currently, custom data can be passed using the OnSend event, but only applies for FileOperations and Upload, but missing from all other controller actions such as Download and GetImage.

It would be very handy to have a uniform way to send custom data to all controller actions. That would resolve so many issues others have reported with dynamic paths or other scenarios. There is a cumbersome way to deal with the DownLoad controller action but have not seen any workaround for GetImage.

Custom data should be an expected, but optional part of the controller actions. Since it exists for FileOperations and Upload, it must be simple enough to extend that to all controller actions.

I have a scenario where the root path has a fixed root (i.e. D:\\FixedRoot), but from a button on a grid row, I need to pass a dynamic subfolder to the FileManager controller which differs on each grid row (i.e. D:\\FixRoot\subFolderTarget"). Effectively, you are dynamically resetting the PhysicalFileProvider RootFolder.