I am not sure, but looking at the code I suspect this module has the same issue with Drupal 7.36 that other Filefield Sources-related modules have (see https://www.drupal.org/drupal-7.36-release-notes).

Comments

David_Rothstein’s picture

Status: Active » Needs review
StatusFileSize
new646 bytes

Here is an (untested) patch based on the fix that works for the other modules.

markabur’s picture

Status: Needs review » Reviewed & tested by the community

Works for me! Before the patch, clicking the Select button would show the ajax spinner, but the text field would not get replaced with a file preview.

After the patch, the field acts just like expected, with a file preview appearing after the Select button is clicked.