Download AI File

liunx

Guest
Hi There<br />
<br />
I need help! I have a page, and a link on it for an .ai file. I just want the user to be able to Download <!--more--> it..<br />
<br />
Every time I try and test it, it keeps coming up as a .ps file? How can i create a link on a web page, to allow the user to Download <!--more--> a .ai file??<br />
:confused:<!--content-->You have three main choices.<br />
1. Use server-side processing to send it with an application/octet-stream content type (that IE will ignore).<br />
2. Tell the view to "save link as" to save it.<br />
3. Zip it up.<!--content-->
 
Back
Top