New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 736394 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Photo Picker should only launch for image file types

Project Member Reported by peter@chromium.org, Jun 23 2017

Issue description

When trying to select files for the following HTML snippet (extracted from the Vuze Web Remote plugin) I get the new photo picker as opposed to a file picker.

(Demo @ https://tests.peter.sh/random/vuze-file-picker.html)
<input type="file" name="files[]" id="upload_file" multiple="multiple" />

If I add an @accept attribute to the <input> with a random extension or mime type it does show the file picker, so it looks like we default to the photo picker for missing @accept attributes.

Would you mind changing that back to defaulting to the file picker, Finnur?
 
Should this be a blocker for anywhere the experiment is enabled?  I'd imagine there's no easy way to work around this, right?

Comment 4 by peter@chromium.org, Jun 27 2017

Status: Fixed (was: Assigned)
Thank you Finnur! Verified in 61.0.3142.0 :).

Sign in to add a comment