File Output

Top  Previous  Next

As well as page you may output any file stored on your server. Use action ‘file' instead of ‘page'. This is very useful in case you want to gather some information prior allowing downloading certain file.

 

Example of config.php:

page = ../index.html

page = ../preview.html

file = /usr/home/secured/area/secretfile.zip

In the example above Form Processor Pro will output the file secretfile.zip after preview page.