I’ve set my file upload preferences to be “All file types” for my upload directory, but when I try to upload vcard files with the .vcf suffix, I get a security_error.
I looked at system/expressionengine/libraries/Filemanager.php and (I’m not a PHP expert by any means) the code seems to indicate that if “All file types” is selected, to allow file types with * file suffixes, or any file suffix. So I take it there are other steps I need to take to allow .vcf files to be uploaded when creating/editing entries, and maybe to be downloaded by the end user (as opposed to being displayed as text in the browser).
Point me in the right direction? Other forum posts on vcards (that I’ve found anyway) seem to deal with creating vcards on-the-fly, and the one other post I found dealing with my kind of issue seems to deal with EE 1.x. Thanks in advance.