Thanks so much for the awesome module. I was able to implement it without problems, and it works with almost every browser combination.

There is only one bug that remains which I was able to reproduce.

I created a virtual machine with Windows Server 2003 SP1 and IE7. Sadly the "Add Files" button, just goes to the top of the page.

I found the following page that discusses it potentially being a bug that was fixed with the newest plupload library. https://github.com/moxiecode/plupload/issues/930

As seen on the page, the workaround would be to always refresh the uploader on every page load using uploader.refresh().

Until this module supports the new plupload library, how would I go about adding the uploader.refresh()?

Thanks in advanced for any help.

Comments

NWOM’s picture

Category: Bug report » Support request
NWOM’s picture

Status: Active » Closed (works as designed)

Never mind, I believe that this is a problem with the Filefield_Sources_Plupload module (https://www.drupal.org/node/1827992#comment-7203112). It appears there is a hidden div that is above the "Add files" button. I'll create a separate thread on their issues page.