Skip to content
New issue

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

Fails in file uploading #262

Closed
moylir opened this issue Mar 16, 2020 · 5 comments
Closed

Fails in file uploading #262

moylir opened this issue Mar 16, 2020 · 5 comments
Labels

Comments

@moylir
Copy link

moylir commented Mar 16, 2020

I'm using an in my code and, although the navigator for selecting the files is opened, if I choose a file it ignores the selection and navigator is just opened once per app execution.

This is my complete in case it helps:

<input type="file" font-family: monospace; id="inputFileToLoad" align="center" accept=".jpg,.jpeg,.png" onchange="read(this);" width="48"/>

@tegarkurniawan
Copy link

same issue

@hichemkanon
Copy link

same issue me too

@ocram ocram added the question label Nov 18, 2020
@ocram
Copy link
Contributor

ocram commented Nov 18, 2020

Thanks!

I guess the font-family: monospace; in the original post doesn’t actually belong there, right?

What about some absolutely basic <input type="file" id="avatar" name="avatar"> without extra attributes such as accept or onchange? Can you reproduce the same problems with that syntax?

And what Android versions are you experiencing these problems on?

@mhemon
Copy link

mhemon commented Dec 19, 2020

the same problem, my app open gallery app once selected an image it's close nothing selected in the browser and open chooser at once per execution. I check the link with chrome browser it works fine only problem in my app browser.

@ocram
Copy link
Contributor

ocram commented Dec 30, 2020

Please see the newer #285 now

@ocram ocram closed this as completed Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants