This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Include Path to Attachment in Export
Started 14 years ago by discosteve | 2 posts |
-
I have a form that allows users to upload two files. I'd like to be able to export the form and include the path to the attachment in the exported file, instead of a link to the admin panel to download the attachment. Is this possible?
Thanks!
Posted 14 years ago # -
It's quite easy actually, simply edit your "download.php" file.
Search line 13 for this code:require('includes/check-session.php');
simply remove that line.
That would allow you to download the file immediately without login to admin panel.MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.