Not sure what to do to make the module work. After enabling, I'm not getting any upload dialog other than the single file upload in IMCE. I checked IMCE settings, permission settings, etc. (there appear to be none for this module).

Running:
- D 6.17
- IMCE 6.x-1.4
- IMCE SWFUpload 6.x-1.0-alpha1

It looks like there have been updates to IMCE since this release. Is it possible it isn't currently compatible, or perhaps is there a config setting I missed somewhere?

CommentFileSizeAuthor
#5 imce_swfupload.png202.87 KBcdrop

Comments

IFL Todd’s picture

Title: How to... » IMCE SWFUpload How to...
IFL Todd’s picture

Updated to IMCE 6.x-2.0-beta3, ran updates, cleared cache on server and local and the Upload button in IMCE File Browser does not work at all. Disabling IMCE SWFUpload allows the Upload button in IMCE File Browser to work. Not sure whether this is a bug in IMCE, in SWFUpload, or in IMCE SWFUpload. I never did get IMCE SWFUpload to work with IMCE 6.x-1.4 either.

danoguru’s picture

Category: support » bug
Priority: Normal » Critical

I also did not get this module to work, so I changed this issue to critical bug.

I did a clean 6.19 drupal install with only required modules. I tried imce 6.x-1.4 and 6.x-2.0-rc2 but always the same result. (file-input tag is hidden only upload-button is visible)

please make this module work, since it is a promissing solution for imce multi-file upload..

thanx for your work so far!

Luciuz’s picture

looks like this module is fake

cdrop’s picture

Status: Active » Closed (fixed)
Issue tags: +CCK, +imce, +wysiwyg, +FieldField, +jQp, +IMCE_SWFUpload, +IMCE Wysiwyg API bridge
StatusFileSize
new202.87 KB

@luciuz This module isn't fake. Mike did an amazing job.

I think everyone is simply missing the "complete" documentation because there are so many different modules involved to make the perfect Wysiwyg / Bulk Image "all-in-one" editing solution.

To make everything work you'll need the following modules:
CCK & FieldField
jQp
IMCE
IMCE_SWFUpload
IMCE Wysiwyg API bridge (Makes IMCE available as plugin for client-side editors integrated via Wysiwyg API.)
Wysiwyg

Here's my documentation:

Remember: SWFUpload.... IMCE_SWFUpload won't work unless you install SWFUpload

1. Download and enable Wysiwyg.
(http://drupal.org/project/wysiwyg)

A.) If you don't a 'libraries' directory yet, create one.
(sites/all/libraries)

B.) Download TinyMCE to your libraries folder. (Install instructions included with Wysiwyg)
(sites/all/tinymce)

2. Download and enable IMCE.
(http://drupal.org/project/imce)

3. Download and enable IMCE Wysiwyg API bridge module. (This connects the Wysiwyg and IMCE module together.)
(http://drupal.org/project/imce_wysiwyg)

Now, you can finally move onto installing the bulk upload option provided by this module (IMCE_SWFUpload).

You'll need CCK & FileField as dependencies.

4. Download CCK & FileField module modules.
(http://drupal.org/project/cck)
(http://drupal.org/project/filefield)

5. Download and enable the jQuery Plugin Handler (jQp) module. (This module is required for loading the SWFUpload javascript library.)
(http://drupal.org/project/jqp)

6. Create a new directory called 'swfupload' inside the 'libraries' folder.
(sites/all/libraries)

7. Download the SWFUpload 2.2.0.1 release.
(http://code.google.com/p/swfupload/downloads/list)

8. Copy the files 'swfupload.swf' and 'swfupload.js' to the swfupload folder
inside the libraries folder. The end result will read:
sites/all/libraries/swfupload/swfupload.js
sites/all/libraries/swfupload/swfupload.swf

9.) Download and enable SWFUpload. (Beta8 works!)
(http://drupal.org/project/swfupload)

10.) AND Finally now we can download and enable IMCE_SWFUpload
(http://drupal.org/project/imce_swfupload)

I'd highly recommend that you follow the install instructions that are included with each individual module. If you install them, in the order that I listed, and upload all of the libraries; you will have great success.

Don't forget to setup appropriate user permissions to allow them to use all of these modules

Awesome Tip included with SWFUpload:
On the field configuration screen set the "Permitted upload file extensions"
to include the image types you will allow users to upload.

Grant the permission to "upload files with swfupload" to the appropriate roles.

I've attached a screen shot showing everything is working great with the latest versions of these modules and Drupal 6.22.

-Curtis
http://twitter.com/curtis