With FileField 6.x-3.0 and Imagefield 6.x-3.0, I don't see the SelectImages icon. I assume something's changed with FileField and ImageField, so wanted to see if there's something I can do to help track down what needs to be changed with Image FUpload.

Tried with FF 3.0.10 MacOS and Safari 4 Beta MacOS.

Comments

frost’s picture

Category: feature » bug

Changing to bug report, on the basis that it should be compatible with the current versions of modules it is dependent on.

Again, I'm willing to help track this down if someone can point me in the right direction to start. [I'm a programmer but don't have deep Drupal/module experience]

grandcat’s picture

Component: Code » Miscellaneous
Category: bug » support

The actual version is compatible to the new versions of FileField/ImageField, I checked this. Please have a look at your status page (error messages?). If this is not case, try to reinstall and don't forget to follow the instruction on the front page (updated swfupload files...).

grandcat’s picture

Title: compatibility with new FileField / ImageField » no SelectImages icon
killes@www.drop.org’s picture

Re: #463072 The image is there and I can call it directly through the browser. Which mod_rewrite setting do you mean?

grandcat’s picture

I don't know your server environment, but it has something to do with this fact.

killes@www.drop.org’s picture

My server "environment" is currently my laptop, Debian Lenny, nothing special really.

grandcat’s picture

Ok, allright, please update your Flash version.

killes@www.drop.org’s picture

Upgraded to the latest Flashplayer 10 for Linux, no cigar.

I also disabled jQuery Update and jQuere UI, bit no success either.

killes@www.drop.org’s picture

What I find strange is this part from the source code referencing the image that is not displayed:

button_image_url: "/sites/all/modules/image_fupload/swfupload/select_images.png", // Relative to the Flash file

The path is correct and the image is displayed if I open the URL in the browser. However the comment "relative to the flash file is not correct. The flash file is in the same directory as the png.

extect’s picture

I experienced the same problem. I just had to upload the files from SWFUpload again and that solved the problem. Maybe this information will help some of the others here...

grandcat’s picture

Status: Active » Fixed

OK: So it's a cached related thing. I think, we can close this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

zet’s picture

sites/all/modules/image_fupload/swfupload dir contains:
select_images.png
swfupload.js
swfupload.queue.js
swfupload.swf

respected all this steps
INSTALL
--------------------

1.) Copy this directory to a suitable modules directory,
such as sites/all/modules
2.) Download SWFUpload-Core v2.2.* at http://code.google.com/p/swfupload/ and extract
the following files from the zip file: swfupload.swf, swfupload.js, swfupload.queue.js
Put these files into sites/all/modules/image_fupload/swfupload subdirectory
3.) Activate the module and its submodules (if needed) in the module list.
(dependency: image module or/and imagefield module)
4.) Now, the module is active and can be used at node/add/image,
if image module is used. If imagefield module is used, the widget of one imagefield of
any content type has to be replaced by 'image fupload' widget.
5.) Access Permissions have to be set by using the corresponding configuration pages
of the used modules.

DOES NOT WORK (no SelectImages icon)

Version 6.x-3.0-rc2

the html source output is :

<div id="uploadform" style="visibility:hidden;"></div><div id="jsstatus"></div><fieldset class="flash" id="fsUploadProgress"><legend>Images</legend><span style="font-style:italic;">Click the "Select Images" icon on the left below to begin.</span>

cleared cache too and reuploaded SWFUpload files more times

Nnet’s picture

I have same problem :( On one web it is work but on other no. I have no idea what to do...
Here is out printscreen

edit: Problem solved... I had some java script in page.tpl. It was only count down, when i delete it is fine. Fupload work fine.