[PR #2407] [MERGED] #2406 - Allow to define Http method for Upload component #3244

Open
opened 2026-01-29 18:22:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2407
Author: @bykka
Created: 1/2/2026
Status: Merged
Merged: 1/12/2026
Merged by: @enchev

Base: masterHead: 2406


📝 Commits (4)

  • ec6afbd #2406 - Allow to define Http method for Upload component
  • 071de8c #2406 - Allow to define Http method for Upload component and stream raw file data
  • 52b675c Merge branch 'master' into 2406
  • 4e7e240 #2406 - Allow to define Http method for Upload component

📊 Changes

6 files changed (+102 additions, -15 deletions)

View changed files

📝 Radzen.Blazor/RadzenUpload.razor (+1 -1)
📝 Radzen.Blazor/RadzenUpload.razor.cs (+34 -0)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+27 -12)
📝 RadzenBlazorDemos.Host/Controllers/UploadController.cs (+22 -0)
📝 RadzenBlazorDemos/Pages/UploadPage.razor (+3 -1)
📝 RadzenBlazorDemos/Pages/UploadUrl.razor (+15 -1)

📄 Description

A new property Method with a default value of 'POST' has been introduced for the component Upload.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2407 **Author:** [@bykka](https://github.com/bykka) **Created:** 1/2/2026 **Status:** ✅ Merged **Merged:** 1/12/2026 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `2406` --- ### 📝 Commits (4) - [`ec6afbd`](https://github.com/radzenhq/radzen-blazor/commit/ec6afbd82ab5513a0929a46c8c9331d8931b623c) #2406 - Allow to define Http method for Upload component - [`071de8c`](https://github.com/radzenhq/radzen-blazor/commit/071de8cb697f77294dfe52e610b44a4e01e5d33d) #2406 - Allow to define Http method for Upload component and stream raw file data - [`52b675c`](https://github.com/radzenhq/radzen-blazor/commit/52b675c7f26d30cf71586325b0778cbf62c878ad) Merge branch 'master' into 2406 - [`4e7e240`](https://github.com/radzenhq/radzen-blazor/commit/4e7e2406fa2cbdd5a32b9a2e4c99b80c2cbbd71e) #2406 - Allow to define Http method for Upload component ### 📊 Changes **6 files changed** (+102 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenUpload.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenUpload.razor.cs` (+34 -0) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+27 -12) 📝 `RadzenBlazorDemos.Host/Controllers/UploadController.cs` (+22 -0) 📝 `RadzenBlazorDemos/Pages/UploadPage.razor` (+3 -1) 📝 `RadzenBlazorDemos/Pages/UploadUrl.razor` (+15 -1) </details> ### 📄 Description A new property Method with a default value of 'POST' has been introduced for the component Upload. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:22:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3244