I have a field collection fied: "Number of values"set to unlimited

In this field collection I added an image field and in the File Source area I just checked "Advanced upload widget (Plupload)"

Then, when I tried to upload an image I get duplicated the controls, label of the form. This is very rare and just happens in my remote server. I works fine in localhost.

how can I trace this?

I see no errors in the console.log();

I think it should be good to make a short video to show this.

Comments

chefnelone’s picture

Issue summary: View changes
chefnelone’s picture

Title: Advance not working on remote server. Works fine in localhost? » "Advanced upload widget (Plupload)" not working on remote server. Works fine in localhost?
Issue summary: View changes
slashrsm’s picture

Which module do you use to provide this functionality (FileField sources Plupload, Media multiselect, ...)?

This is an API only module and only provides toolbox for other modules to use. Plupload integration correctly handles the case, when you have more than one Plupload element on one form (which seems the case for you).

andreasoby’s picture

I have the same problem. Did you find a solution chefnelone?

chefnelone’s picture

No. Are you using the Field collection module? My problem was that the image field was part of a field collection. I think this a no-integration problem with that module.

andreasoby’s picture

I'm also using the Field Collection module. If I use Plupload integration on a file field outside the Field Collection everything works as expected. Think we have the same issue. Could it be a php version problem? What version do you have locally and what version do you have on your server? I have 5.4.10 locally and 5.3.3-7+squeeze19 online.

chefnelone’s picture

Localhost: 5.4.10
Remote: 5.3.10

andreasoby’s picture

Do you use Varnish or anything like that on either your local or online setup?

chefnelone’s picture

No varnish or anything like that.

Geijutsuka’s picture

Might be related to issue #2298283: Advanced upload widget (Plupload) not showing
I played around with the timing of deleting the examples folder in the library (must be deleted for security reasons) and it may have knocked the advanced upload area into working somehow.