I only have public selected in the field settings. (for uri scheme and in upload destination. However when uploading files, it always asks the Destination when adding images.
I presume this is a bug.

Next to this, I can't disable the user having to enter the alt text and title. Is that possible?

Comments

vlad.pavlovic’s picture

This is a setting in: admin/config/media/file-settings

'Skip scheme selection' should be checked if you want to skip that step.

rooby’s picture

Category: Bug report » Support request
Status: Active » Fixed

As mentioned in #1 you can configure this at that settings page.

Play around with those settings until you get what you want.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jmuzz’s picture

Category: Support request » Bug report
Status: Closed (fixed) » Active

I think this is a bug. The description on the check box says "The scheme selection step is only available if two or more file destinations, such as public local files served by the webserver and private local files served by Drupal, are available." So the option shouldn't appear if only "Public" was made available in the field settings. Using this checkbox to accomplish it will prevent the option from appearing even for fields that do have different choices.

JFreed’s picture

I have also had to check the 'Skip scheme selection' even though I only have a public file structure.

Ollie222’s picture

I too have to 'Skip scheme selection' as otherwise the destination screen displays but there are no options to select and as it's a mandatory field but there is nothing to select I can't progress.

I notice there was a similar issue posted a few months ago https://www.drupal.org/node/2363897

The patch in that one looks to have been applied to the dev version 7.x-2.0-alpha4+21-dev that I'm running.

I did also edit the field and save it as suggested in that thread.

Devin Carlson’s picture

Status: Active » Closed (fixed)

Closing as I'm unable to duplicate this with a fresh install of Media, File Entity and Media: YouTube 7.x-2.x and both Media and File Entity now have good test coverage of adding local and remote files using the file upload wizard when step skipping is enabled/disabled.

If you're still having issues with the latest -dev releases/fresh git checkouts of Media and File Entity please file a new issue and include the steps to reproduce on a fresh install.

obiwankaynobi’s picture

I've done a fresh install of media/file entity and still have the same issue with 'skipping' not working for web uploads of images. Have the newest dev versions as well.

hagit’s picture

Thank you vlad.pavlovic