i installed plupload like download and unzip in libraries (/sites/all/libraries/plupload) but i am not getting multiple selects
please tell me how can i install plupload i attach my problem
thank you advanced

CommentFileSizeAuthor
#3 Capture.JPG16.55 KBsreecine
Capture.JPG29.09 KBsreecine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Moloc’s picture

What version of the plupload library (not module) do you have? You can check that at /?q=admin/reports/status

I assume, your library verison should be updated to 1.5.1 or later. You can get it from http://www.plupload.com/

sreecine’s picture

Plupload library Not found
The Plupload library (version 1.5.1.1 or higher) is not installed.

sreecine’s picture

FileSize
16.55 KB

thaq for reply me ...plupload librery not found
can you pls tell how i can install plupload in my website step by step pls

crnjin’s picture

Thank Moloc

You solved my problem :). Requires the module and library. With me now is a great

Moloc’s picture

Category: bug » support

README.txt

1 This module integrates the Plupload library (available from http://plupload.com)
2 with Drupal forms. To install the Plupload library:
3
4 1. Download it (version 1.5.1.1 or later) from http://plupload.com.
5 2. Unzip it into sites/all/libraries, so that there's a
6 sites/all/libraries/plupload/js/plupload.full.js file, in addition to the
7 other files included in the library.
8

This information should help you solve the problem.

sreecine’s picture

thnq you very much i got it .....issue closed thanq you.....:)

dman’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

cineledge, "critical" means "everything is broken, there are security risks and data is being lost"
It does not mean "I can't figure out how to change things exactly like I want".

Closing this if your support request was met.

picacsso’s picture

Issue summary: View changes

plupload version 2 is not supported. You can get away with using 1.5.8
After you're done installing all appropriate modules open you settings.php file and add this line:

$conf['plupload_library_path'] = 'sites/all/libraries/plupload-1.5.8';

Refresh you report/status page and the error should go away.

daty37’s picture

@emko_one (#8)

This worked perfectly for anyone with this issue, previously I had done these steps but with the default name "sites/all/libraries/plupload". Dropping the 1.5.8 folder in libraries, then adding $conf['plupload_library_path'] = 'sites/all/libraries/plupload-1.5.8'; to settings.php worked perfectly. Not sure why the default (unlinked?) folder name didn't work.

Boschini’s picture

Hi,

Somethings wrong in this. I have done everything listed in the feed and nothing works. I have followed this and dont think I am doing something wrong. Can you please explain me step by step, maybe thereś something missing ( I am missing, I mean...) :D

mgifford’s picture

Tried 1.5.8 from https://github.com/moxiecode/plupload/releases/tag/v1.5.8

Still having trouble getting this to work. Tried the latest version of Plupload too.

Not sure if it is tied to the Media module at this point or not.

bnadem’s picture

Hi everybody here,
#8 works fix the issue, Many thanks for saving my night ;)

davidjguru’s picture

Hi, I was testing stuff within Drupal 7 and I was using Plupload for upload bulk operations. 
I installed version 1.5.8 of Plupload and was receiving that error in the system report. Also, the filechooser for uploads was not visible.
I see that it is a frequent problem in forums and in issues.

Simply changing the name of the folder plupload-1.5.8 (after unpacking) to simply "plupload", renaming or mkdir + mv, within sites/all/libraries/ and everything goes ok for me.
My two cents.