Hello all,

I successfully installed plupload 1.4.3.2 lib and plupload integration module (6.x.1.x published on 2011-May-19).

But if I add the path precisely named "/src/javascript' under 'drupal/sites/all/libraires/plupload/' folder, the tool fails to load and sends back the following message:
"Your browser does not support HTML5 native or flash upload. Try Firefox 3, Safari 4, or Chrome; or install Flash"
( '/src' only or '/src/javascript0' have no incidence!)

Then, how can I add a translation file, if this path becomes invalid ?

Thx for your help.

CommentFileSizeAuthor
#3 plupload-src-js-path-1169764.patch1.01 KBmuri

Comments

justintime’s picture

drupal/sites/all/libraires/plupload/
^^^^^

libraires should be spelled libraries.

There was a typo in the README that had it misspelled, but it was fixed in the release that you downloaded.

kouri’s picture

Hi justintime,

You're right ! I done a typo when I copied it out the post. In my filesystem, that's correct.

The issue is really coming from the adding of 'src/javascript' folder
It seems that it searching for that path (that string) and fails to load when it find it... Weird!

muri’s picture

Status: Active » Needs review
StatusFileSize
new1.01 KB

The plupload javascript files path is not configured properly for the libraries which the js files are in "src/javascript". So the patch below will fix it.