Is there a way include or suggest a read only flag as part of a content-disposition: attachment; filename=document.doc or other http header?
+4
A:
I would strongly suspect not. Typically, you don't have any control over the browser's local filesystem (as it should be) so you can't specify that a file is read-only, archive, hidden, etc.
Ben Doom
2009-03-26 20:38:43