Hi there, this is _very_ similar to #800314: FileField disappears after upload using Multigroup. Basically, Ubercart CCK Checkout Pane http://drupal.org/project/uc_cck_pane puts node forms inside the big checkout form, so that the location of the filefield becomes slightly shifted, similarly to what happens in multigroups.

However, fixing this is extremely simple, but I don't see how it can be done outside of filefield. I'm attaching a patch - I know it's only useful for the uc_cck_pane module, but I guess this is the only (or surely the easiest way) other than using the element's parents array..

Let me know what you think, thanks!

CommentFileSizeAuthor
filefield-uc_cck_pane.patch564 bytesarski

Comments

arski’s picture

Category: feature » bug
Status: Active » Needs review

Hi there.. any idea if this will ever be considered for a commit? (I bet the patch is outdated anyway by now, duh..). Would be great to have at least some idea of the chances.. Thanks!

quicksketch’s picture

Category: bug » feature
Status: Needs review » Closed (won't fix)

Hi @arski. I don't plan on adding any module-specific hacks to FileField. If there was a way to solve it generically without including code specifically for another module I'll take a look at it. Please don't mark feature requests for module support as a bug. If #800314: FileField disappears after upload using Multigroup solves the problem for your module too, that would be preferable to individual module adjustments.