Replies: 1 comment 2 replies
-
@paule96 I could be wrong here but I believe Blazor does start the upload by default. When I upload files with vanilla Blazor the upload process is starting immediately as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to change our custom upload component in a form to the FluentInputFile component.
In my project, we use only Blazor WASM.
And how it currently works is in the following way:
I see that the FluentInputFile currently tries to upload the file immediately. (without any other interaction of the user after selecting files)
Is there a way to do it at the form submission or even at a completely custom moment in time? Or is this a currently not planned feature?
Beta Was this translation helpful? Give feedback.
All reactions