Search code examples
drupal-7plupload

Drupal7 plupload not showing selector


enter image description hereMy Plupload is not showing the file selector/browser. It only shows the 'upload' button. I have cleared cache and run cron and have the same settings and same modules another site which is showing the file selector properly.I have the modules selected for plup, plupload, filefield_sources and filefield_sources_plupload, and the filesources selected in the content type What could be wrong?


Solution

  • Visit your status page, possibly the plupload plugin is not where it should be.

    http://yoursite.com/admin/reports/status

    Also check in the console of your browser for any javascript errors that could be interfering with the execution of plupload.

    Finally check again the plupload config: https://www.drupal.org/node/1647890

    Hope that helps.

    PD: Personally I had some issues working with Plupload module. For multiple uploads in Drupal you have many choices. The best in my opinion is this: https://www.drupal.org/project/multiupload_filefield_widget for files and for images this https://www.drupal.org/project/multiupload_filefield_widget