|
 |
asp_web_howto thread: Hiding download path
Message #1 by SARGHI Mircea Ionut <syms@i...> on Sat, 23 Nov 2002 16:11:43 +0200 (EET)
|
|
Hi everybody,
I have a problem with hidding a download path and leting the user download
a demo.
I have an application(.exe) i want the users to download
for free but I need them to accept some user agreement first.
Does anyone know how to do this?
I have tryed it using ADODB.Stream but on Response.BinaryWrite() it
displays the application as text.
Help please.
Message #2 by "TomMallard" <mallard@s...> on Sat, 23 Nov 2002 07:19:09 -0800
|
|
Did you set the content-type before streaming it?
tom mallard
seattle
-----Original Message-----
From: SARGHI Mircea Ionut [mailto:syms@i...]
Sent: Saturday, November 23, 2002 6:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Hiding download path
Hi everybody,
I have a problem with hidding a download path and leting the user download
a demo.
I have an application(.exe) i want the users to download
for free but I need them to accept some user agreement first.
Does anyone know how to do this?
I have tryed it using ADODB.Stream but on Response.BinaryWrite() it
displays the application as text.
Help please.
Message #3 by "Johnson, Israel" <IJohnson@R...> on Sun, 24 Nov 2002 14:39:49 -0500
|
|
Have the desired text with the textstream information into a HTML:
<textarea> Content goes here</textarea>......
-----Original Message-----
From: SARGHI Mircea Ionut [mailto:syms@i...]
Sent: Saturday, November 23, 2002 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Hiding download path
Hi everybody,
I have a problem with hidding a download path and leting the user download
a demo.
I have an application(.exe) i want the users to download
for free but I need them to accept some user agreement first.
Does anyone know how to do this?
I have tryed it using ADODB.Stream but on Response.BinaryWrite() it
displays the application as text.
Help please.
|
|
 |