Closed (fixed)
Project:
Drupal core
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2005 at 15:45 UTC
Updated:
23 Jan 2006 at 11:21 UTC
Hello,
currently, file uploading via upload.module is broken. Obviously, node_invoke_nodapi($node, 'form'); is called before the node is validated and the files array in $node is populated (which happens in upload_nodeapi/validate.
I tried to write a patch but after some hours, I have now given up as the solutions I have come up with created new bugs while fixing the original one.
Regards,
timcn
Comments
Comment #1
drewish commentedIs this a dupe of http://drupal.org/node/37605 ?
Comment #2
Steve Dondley commentedSee link mentioned above. this is fixed.
Comment #3
dries commented