Hi,
I perfectly know that my title is not really specific but I can hardly do better...

Module has been activated, interface looks good and forms behave as they should : Reference existing propose the right file, remote url looks as it should...

But : Select button (reference existing) trigger nothing - neither does Transfer button (remote url)

I should add that I tested on 2 different sites on both filefield and imagefield widgets.
Any idea?
Do not hesitate to ask me any specification from my drupal sites.

Alexandre

Comments

quicksketch’s picture

Title: Everything looks good but it does not work :-( » Select and Transfer buttons do nothing

Try changing your theme. Often times theming changes to the buttons will cause the JavaScript to break. However with the information provided I don't know anything about how your site is set up, so it's hard to say.

colincalnan’s picture

I am experiencing the same problems.

I have Garland set as my administration theme as well as the content editing theme so there should be not issues there.

The reference existing and file browser options do not work correctly.

You can choose and select the data in both instances, but when you hit submit it doesn't save anything.

This is a simple content type with a file field.

Colin

quicksketch’s picture

Hm, still not sure what's going on here. It's definitely working on my local host. As a really hacky work-around, you can select the file, then switch to the Upload option and click the Upload button. As long as the upload field is empty, it'll actually accept the files from the other fields as well.

To be clear, when reporting that "it doesn't save anything" the button "trigger nothing", does the button do absolutely nothing when clicked, or does it look like it's trying to save the file, but then updates via AJAX with a new blank field?

quicksketch’s picture

Status: Active » Fixed

I think this problem was caused by the "weight" of the module in the system table. To fix this, download the latest development version of the module, delete the FileField Sources entry in the "system" database table, then re-enable the module. Since this is pre-alpha software, an upgrade path isn't yet provided.

Status: Fixed » Closed (fixed)

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