I think Image FUpload is a great module, however I am having some issues with it on my site. I am trying to use Image FUpload with imagefield to upload multiple images associated with a single node. However, when I enable Image Fupload, one of the fields in my content type (a Content Taxonomy field) because unavailable (it cannot be seen when I try and create a new node of my content type).

Comments

grandcat’s picture

Category: bug » support

Perhaps you selected it to be shown in preview page. Consequently, it won't show up in node creation page.

grandcat’s picture

I think, content taxonomy does not integrate rightly into drupal, because my module makes use of all api functions concerning saving.
Nevertheless, good news for you:
In a future release, if you're using multiple images per node, it will be possible to create empty nodes (--> without any images) 100% working. After having created such a node, you will be able to edit it and add some more pictures seemlessly.

FJY’s picture

It's not being shown on the preview page. If I change my widget type from Image FUpload to Image the field will appear again.

Romejoe’s picture

There is a option to edit fields in the content type. Try to enable.
Alo I read in CCK Taxonomy field it hides the normal one if used. Maybe this is the reason?