Hi!
i am trying to put a link for downloading a swf file. I have managed 
to get the download box open and file saving, but the file saved is 
of zero bytes. I have tried everthing i could, here is the code.
<%
Response.AddHeader "Content-Disposition", "attachment; 
filename=flower.swf" 
Response.Charset = "UTF-8"
Response.ContentType = "image/JPEG"
%>
What actuall is the content type for an swf file. I'll appeciate any 
help on this.
Thanx
A.S









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to