Blazor InputImage Component #38679
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-builtin-components
Features related to the built in components we ship or could ship in the future
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is your feature request related to a problem? Please describe.
Need to upload file and resize it if it is too large.
Using
RequestImageFileAsync
omit files with dimensions less than given parameters.The issue is that height and width of an image are inaccessible directly from blazor.
Describe the solution you'd like
InputImage could inherit from InputFile
The text was updated successfully, but these errors were encountered: