Active
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2011 at 01:09 UTC
Updated:
7 Jul 2012 at 18:33 UTC
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
Comment #1
blainelang commentedThis 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.