Page MenuHomePhabricator

Support upload via HTML5 media capture API
Open, MediumPublicFeature

Description

The HTML Media Capture interface is starting to be supported; Android 3.0+ tablets and upcoming 4.0+ handsets support it directly

http://dev.w3.org/2009/dap/camera/

Even before we worry about mobile-specific interfaces, it might be nice to accept photo (and at least in theory) video uploads through Special:Upload etc over this interface when it's available.

In principle, this should work as additions to <input type="file">; if the 'accept' attribute has various types set, it should be able to prompt for capture modes as well as local files. Need to check whether this already "just works" on eg Android Honeycomb tablets or if we need to add the settings to get it to trigger.

Can also use the 'capture' attribute to indicate a preference for capture. Not sure if any special UI would be appropriate on general interface.


Version: 1.20.x
Severity: enhancement

Details

Reference
bz31978

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
OpenFeatureNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:56 PM
bzimport set Reference to bz31978.
bzimport added a subscriber: Unknown Object (MLST).
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM