Skip to content
Discussion options

You must be logged in to vote

You can use the HxInputFileCore component which derives from InputFile and supports all the regular file-upload techniques described here: https://learn.microsoft.com/en-us/aspnet/core/blazor/file-uploads?view=aspnetcore-7.0

As mentioned by @rqx110, the OnChange callback is a good starting point. OnChange is also published by the HxInputFile which wraps the HxInputFileCore to a form-input with Label and such HxInputXy features.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@resignationinfinite
Comment options

Answer selected by hakenr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #583 on August 30, 2023 13:08.