When uploading files, the field form isn't updated, and so files never get added to the node.

The problem occurs when invoking the filefield hook and the form is replaced with an empty array ... I copied the implementation of hook_form_alter, I hope it's ok.

CommentFileSizeAuthor
filefield-hook-form.patch761 bytesEgon Bianchet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hbfkf’s picture

I can confirm that (a) upload did not work for me either with the HEAD version of the module and (ii) that the proposed patch fixes this without problems so far.

sgriffin’s picture

Its not in the head as of 3/27 and this patch FIXED the problem.

wmostrey’s picture

I had the same issue. It remained when using the latest HEAD version (downloaded just now) but was fixed with this patch.

dopry’s picture

Status: Active » Fixed

Committed to HEAD, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)