| CHANGELOG.txt | CHANGELOG.txt |  | CHANGELOG for Plupload integration for Drupal 7
Plupload integration 7.x-1.x-dev
=================================
- #2454333 by pcho: Make file includes bad patch
- #2361151 by msound, dtarc, ericduran: Disable next button when upload starts
-… | 
          
                  | plupload.css | plupload.css |  | .plupload_button {
  display:inline-block;
  font:normal 12px sans-serif;
  text-decoration:none;
  color:#42454a;
  margin-right:4px;
  outline:0;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
 … | 
          
                  | plupload.info | plupload.info |  | name = Plupload integration module
description = Provides a plupload element.
files[] = plupload.module
core = 7.x
package = Media | 
          
                  | plupload.install | plupload.install |  | Install, update and uninstall functions for the Plupload module. | 
          
                  | plupload.module | plupload.module |  | Implementation of plupload.module. | 
          
                  | README.txt | README.txt |  | This module integrates the Plupload library (available from http://plupload.com)
with Drupal forms. To install the Plupload library:
1. Download it (version 2.1.9 or later) from
   https://github.com/moxiecode/plupload/releases. Version 2.1.9 is… |