https://bugzilla.wikimedia.org/show_bug.cgi?id=31978

       Web browser: ---
             Bug #: 31978
           Summary: Support upload via HTML5 media capture API
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Uploading
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to