-
Notifications
You must be signed in to change notification settings - Fork 75
message "no file chosen/selected" even after file is selected #39
Comments
For me it is even not selected. Older versions work fine. |
I am using the WebAssembly version and a workaround I found is to slightly modify the inputfile.js file. I commented out elem.value = '' and it seemed to do the trick.
|
I have the same issue as well. I am currently implementing a workaround by surrounding the InputFile in a div with style display:none and using a regular button to send the click message. div style="display:none" |
Same issue happening for me on version |
I'm also facing this issue on |
InputFile is part of Blazor now. |
You can just alter the control like in the drag and drop example page/css or here's a good post on styling input type=files: |
ServerSide Blazor, v0.2.0
Both Chrome+FF
in the past few days, the file is selected OK, but the message "no file chosen" (selected on FF) remains, both on chrome and FF.
The text was updated successfully, but these errors were encountered: