Page MenuHomePhabricator

MobileFrontend photo upload doesn't work on Firefox OS (upstream)
Closed, ResolvedPublic

Description

<input type="file"> is unsupported on Firefox OS 1.0, so the existing file upload widgets on MF don't work and we disable file upload.

However, web activities (via 'MozActivity' class) are supported for web content, so it should be possible to request an image from the photo gallery that way and get a blob back.

This is lowish priority but I may see if I can make it work just for fun. :)


Version: unspecified
Severity: enhancement
See Also:
https://bugzilla.mozilla.org/show_bug.cgi?id=832923

Details

Reference
bz45500

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:31 AM
bzimport set Reference to bz45500.
bzimport added a subscriber: Unknown Object (MLST).

Fixed the main bugs in the experimental branch, submitting for review/merge:

https://gerrit.wikimedia.org/r/51287

Good news: Mozilla devs appear to be actively working on fixing this on their end https://bugzilla.mozilla.org/show_bug.cgi?id=832923, so we shouldn't need the workaround.

I'm keeping this bug open until it's resolved upstream though. :)