Page 1 of 1

FormBuilder and jQueryFU integration

Posted: Tue Apr 30, 2013 1:19 pm
by arstach
I'm currently working with form that have file upload field.
Since sizes of uploaded files may reach up to 60 MB the form should somehow display upload progress.. and this is where jQueryFU module comes in handy.

The issue is how to integrate these two modules and by integration I mean file name passed to email content. I've tried to include jQueryFU tag in static text field, but no success.

Perfect solution will be achieved when uploading process will start after clicking "Submit Form" button, but any hint or suggestion will be valuable.