Page MenuHomePhabricator

MobileFrontend should support image uploads
Closed, InvalidPublic

Description

MobileFrontend should natively support photo uploads. Corresponding bugs that don't directly block but are linked to this are

https://bugzilla.wikimedia.org/show_bug.cgi?id=31979 - Photo upload in mobile app using PhoneGap's Camera interface

https://bugzilla.wikimedia.org/show_bug.cgi?id=31978 - Support upload via HTML5 media capture API


Version: unspecified
Severity: enhancement

Details

Reference
bz32286
TitleReferenceAuthorSource BranchDest Branch
Use refinery-hive version 0.2.20 for wikifunctionsrepos/data-engineering/airflow-dags!470milimetricbump-webrequest-refine-hive-version-for-wikifunctionsmain
Customize query in GitLab

Related Objects

Event Timeline

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

Notes on device compatibility:

How to test:

  • log in and go to Special:Upload on a wiki in the device's browser (the full UI, not the mobilefrontend!)
  • check whether the upload selector (<input type="file">) is grayed out or functional
  • check to confirm you can get to camera / photo gallery and select an item
  • check if a thumbnail is displayed after selecting (if so, you have FileAPI and will support chunked/restartable uploads)

We don't currently have any support for the more advanced HTML Media Capture facilities (bug 31978) so there's not a handy test for them.

Firefox:

  • Firefox 8 on Android: A+
    • supports photo picker, music track, and sound recorder for <input type="file"> (can get to Camera via Gallery).
    • includes full FileAPI

Android stock Browser:

  • Android <= 2.2: unknown?
  • Android 2.3.6: B
    • <input type="file"> supports Gallery etc like Firefox does.
    • Does not appear to include FileAPI support -- must upload in one POST through the form.
  • Android 3.0, 4.0 - untested, but theoretical A+
    • claims to support HTML Media Capture (bug 31978) which is a superset of <input type="file"> and FileAPI
    • FileAPI for chunked uploads *should* work
    • may or may not be able to do video capture directly

Safari:

  • Safari iOS 4.3, 5: F
    • no <input type="file"> support at all as of iOS 5. (Appears as grayed out.)

Opera Mobile:

  • 11.50 on Android 2.3.6: C
    • <input type="file"> works, but shows a low-level file picker on /mnt/sdcard. Very bad UI! You can select files from your camera gallery but need to know the filename.
    • supports FileAPI, can show thumbnails

PhoneGap extends direct camera support for apps built using it, so the app for iOS should be able to upload by using that interface and feeding data into the upload API.

philinje wrote:

Thanks, Brion, what a great list. Just to be clear, does PhoneGap allow file selection from the native gallery as well as camera support?

Update: iOS 6 is coming out soon and adds <input type="file"> and FileAPI support in the browser. Special:Upload and UploadWizard work in desktop view.

Opera Mini on iOS also seems to allow file uploads, using the image gallery picker. No FileAPI support there that I can see (very limited JS in Opera Mini).

I'm a bit confused about how this fits in to the big picture. Sure we want uploads and can on certain browsers but the user needs a path to upload. Is this a link to an upload page or is this more focused - e.g. a button saying 'add photo here' or 'add attachment'

We probably want to tackle this as part of an effort to upload photos into articles? Can someone create a story which captures a use case for this in mingle? Thanks.