Hello all,
I have faced problem that unfortunately I cannot solve by myself (yet).
As stated in topic, the problem is with FApi and to be more precise with FILE UPLOAD. In my project I have to write whole form handling (or more form mapping) by myself. I have a form sections, that are supposed to allow make multigroups. I will describe this on example:
for instance, we have a pair
- language
- knowledge_level
One person can have from 0 to (as many as wants) languages. I perform this with AHAH handling. There is + button that adds new group of text fields - language and knowledge_level. That works fine.
Now I want to add third filed
- file (certificate)
I would like to have possibility to upload this file like it is done with CCK file field in multigroup. I am usign upload_element module, that seemed to be perfect to this task, but unfortunately AHAH in this module does not work, and I do not know why.
Have someone faced similar problem?
Maybe I shall use other module or method to add file upload filed to the group?
Any help or tip will be very appriciaded.
Best Regards
Piotr