I have a multistep form of 6 steps. I would like to allow users to attach PDFs to it.

Using the Attach File interface, I attempted to upload a PDF. The PDF is uploaded to the server, and the interface indicates that it's attached (1 attachment). However, when I save the form, the attachment disappears. The file still exists on the server, in the "files" directory, but is not attached to the multistep form.

I tested the Attach File interface on single page nodes, and it works fine. I've searched to see if anyone else is having this issue, but it only seems to be a problem in version 7.

Thanks in advance for any assistance you can give. Let me know if you need any more information.

Comments

blainelang’s picture

This appears to be related to this core issue that is still not committed to D7 http://drupal.org/node/1205822

Small 1 line change in modules/file/file.module is described and works.