RE: Dowloading Vcard from Web Page
"Ajay Naphade" <[email protected]> Wed, 28 Sep 2005 11:02:09 +0530
| Newsgroups | gmane.ietf.vcard |
|---|---|
| Message-ID | <[email protected]> |
Hi, Straight href will do but you should call a java program, which will set the header "Content-disposition" and write the file to output stream. Regards, Ajay Naphade -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Matthew Mandell Sent: Tuesday, September 27, 2005 7:00 PM To: [email protected] Subject: Dowloading Vcard from Web Page I am trying to put Vcards on a web page for downloading. The link is a straight "A Href=". The browsers are treating it as a flat text file and showing the info rather than asking to download the file. Is there a Java script or some way to trick the browser to ask it to download rather than should the text? thanks