I'm using the psPageableFormPlugin to make a multipage form, but i've discovered it doesn't work if the form has a file upload widget. I get this error:
This form is multipart, which means you need to supply a files array as the bind() method second argument.
so i went to check the code of the plugin and it indeed doesn't use submitted files at all, also the bind function of the current form is called with only 1 parameter.
Did anyone find a solution to this problem?
