We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.go to a website with input tag <input type="file"/> , like file input test 2.upload a file but nothing happen
<input type="file"/>
-The file selection dialog should appear, and the selected file should be processed appropriately by the app.
-file selection dialog appears, but after select a file ,no file is uploaded or selected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
1.go to a website with input tag
<input type="file"/>
, like file input test2.upload a file but nothing happen
Expected behavior
-The file selection dialog should appear, and the selected file should be processed appropriately by the app.
Actual behavior
-file selection dialog appears, but after select a file ,no file is uploaded or selected.
Device information
The text was updated successfully, but these errors were encountered: