This module looks great and works great, thanks a lot for the wonderful job!
My problem is:
I use image_fupload to upload multiple images to a CCK imagefield. This field belongs to a multilingual content type, and should be synchronized between the original node and its translation to other languages. Synchronization is done with i18n/i18nsync, and it works OK when using the regular "image" or "file upload" widgets for this field; however, when we switch the field to the "image_fupload" widget, translations cannot inherit any images from the original node - Image_Fupload just says: "0 files uploaded."
Tested with FF 3.5 and IE 8.0.

Comments

divined’s picture

just change code on -
- image_fupload/image_fupload_imagefield/image_fupload_imagefield.module
on line 105 to:

if (!isset($form['#node']->nid) && !isset($form['#node']->translation_source)) {