|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Downloading Binary files from server to user. URGENT! |
|
From: |
Dusty |
|
Date: |
6/28/2000 6:27:44 PM |
|
IP: |
204.131.171.21 |
Hmm.
Ive never done this before, but have you tried using Response.Redirect() on the page that the form refers to?
<%@LANGUAGE = "JScript" %>
<%
// code to generate form
// assume x is a string containing the path to the generated file
Response.Redirect(x);
%>
I also think that whether or not the browser will attempt to display the file or provide a dialog box prompting the user to save it to disk largely depends on the MIME type that the server assigns to the file. Can anyone verify that?
Good luck!
Dusty
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|