'Flutter webview cannot upload file from input field

I've tried using flutter_inappwebview or flutter_webview_pro, I'm able to select a file or take a screenshot, but unfortunately, after I try to select the file, it displays a wrong message in the input field, and the file is not uploaded.

C:\fakepath\FILENAME_com.android.captiveportallogin

The webview is loading, other inputs are working, no error in the console.

I'm using Flutter SDK 2.10.0 and latest versions for webview plugins.

Does someone else encounter a similar issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source