|
|
I want to allow file download just after form submission. How can I do that?
Author: Eileen Wilde Reference Number: AA-00185 Views: 9000 Last Updated: 08/11/2009 08:25 AM |
0 Rating/ Voters
|
|
Besides sending output to a page you may output any file stored on your server. Use the action ‘file' instead of ‘page'. This is very useful if you want to gather information prior to allowing the downloading of a certain file.
Example in config.php:
In the example above Form Processor Pro will output the file secretfile.zip after the preview page.
|
|
|