dbjoin element with form popup upload

Hi,

I have 2 lists : quotations and documents

On a quotations list, I have set up a dbjoin element with param "Add option in frontend" = Yes.
This element shows all documents related to a quotation and the popup allows to add new documents.
The documents form has an upload field (simple file upload, not ajax).

When I use this popup, the new record is saved, but the file isn't uploaded.
If I go to the documents list and add a new document, the file upload is working...

Can you reproduce this ?
Thanks for any help !
 
Simple file uploads don't work in popups. Not a Fabrik thing, it's an HTML thing. Form submission with a popup happens through AJAX, and you can't do a standard HTML upload through AJAX.

-- hugh
 

Members online

No members online now.
Back
Top