I have an app that downloads ZIP files from my server, and can download plugins from other servers. Before being able to open these files, I would like to present one of the classic '"Filename.html" is a (file type) downloaded from the internet. Are you sure you want to open it?" messages when first attempting to open the file, much like Google Chrome does when you save a HTML file and attempt to open it: enter image description here

I've read that this is enabled by setting a special file attribute, but I'm not entirely sure what attribute it is, and how to set it on these files.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

File Quarantine is documented here

link|improve this answer
Thanks, that is indeed what I was looking for. Strangely, I just could not find this on the internet. Weird. – Tristan Seifert Apr 3 '11 at 7:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.