Multiple files won't upload after selecting for HTML input element
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(fennec?, firefox61 wontfix, firefox63 wontfix, firefox64 wontfix, firefox65 wontfix, firefox66 wontfix, firefox67 affected)
People
(Reporter: andrei.a.lazar, Assigned: andrei.a.lazar, NeedInfo)
References
()
Details
(Keywords: parity-chrome, Whiteboard: [priority:high][geckoview:fenix:p3])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
Comment 7•7 years ago
|
||
mozreview-review |
Comment 8•7 years ago
|
||
mozreview-review |
Updated•7 years ago
|
Updated•7 years ago
|
Comment 10•7 years ago
|
||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Updated•6 years ago
|
Comment 18•6 years ago
|
||
Is there a chance this gets picked up any time soon?
Comment 19•6 years ago
|
||
Still having this problem with Firefox 66.0.2 on Android 8.1.0. Works fine with Chrome 73 on Android, and both Chrome and Firefox on desktop.
- If you select multiple files, input.files will only have one file listed
- If you attempt to use a FileReader to read the file contents, you get an exception with
NS_ERROR_FILE_TARGET_DOES_NOT_EXIST
- If you only select a single file, it shows up correctly and does not throw an exception when reading the file
Here is a codepen demonstrating the issue: https://codepen.io/anon/pen/jRZxmB
This is the exception on Android, captured using WebIDE with USB debugging:
https://i.imgur.com/mCgZnhx.png
NS_ERROR_FILE_TARGET_DOES_NOT_EXIST: pen.js:55
<anonymous> Node
forEach self-hosted:262
<anonymous> Node
_sendMessage jar:jar:file:///data/app/org.mozilla.firefox-HFFja-D3J4Q0co4WGNeWGw==/base.apk!/assets/omni.ja!/components/FilePicker.js:22
Comment 20•6 years ago
|
||
Still having this problem with Firefox 66.0.2 on Android. Please Fix It. Chrome on Android Works Fine.
Comment 22•6 years ago
|
||
It's also not working for me on Firefox Mobile 67 and Android 9.
This is a big problem, because everytime i make a public folder for pictures etc. on my Nextcloud, i have to tell the people who use it to use Chrome.
I've not found any other solution for uploading multiple files at once.
Uploading every picture one by one is not really a solution.
Is there anything that i can do to help fixing this problem asap?
Comment 23•6 years ago
|
||
Still having this problem with Firefox 67.0.3 on Android 8.0.0.
Updated•6 years ago
|
![]() |
||
Updated•5 years ago
|
Comment 25•5 years ago
|
||
This bug is also in firefox68. I've got the same problem as @lrdarknesss
Comment 26•4 years ago
|
||
Looks like this works now.
Comment 27•4 years ago
|
||
Nice it works now, but can i ask how and when was this fixed?
Some reference bug(s) and/or commit(s) at the time of closing/resolving would have been appreciated.
Comment 28•4 years ago
|
||
We completely rewrote the frontend of Firefox for Android, it would be really hard (if not impossible) to pin point what fixed this particular bug.
Updated•4 years ago
|
Description
•