Download VCF file
Author: Armin H.
Visited 1134,
Followers 1,
Shared 0
How can I let a user download a VCF file from my website?
Posted on the
How can I let a user download a VCF file from my website?
Hello Armin,
Add the following line to the top of your .htaccess file on the server:
AddType application/octet-stream .vcf
Or, even easier, simply zip the file and set a link to the zipped file in WebSite X5.
Kind regards,
Paul