|
 |
asp_web_howto thread: Disabling Open dialog
Message #1 by "Miguel Castro" <castro04@c...> on Tue, 19 Feb 2002 01:35:53
|
|
Hello,
I need so help please!! I'm trying to allow our users to download
documents and files on our intranet. The path is coming on a recordset.
The path gets displayed fine and it works. One of my requirements is to
disallow our users to run the documents of files directly from their
browser. When I click on the link path I get the file download window but
it has the following options: open, save, cancel and moreinfo. There is
any way to disable this? The only thing I need to allow is for the user
to do right click and choose save as. May there is a component that could
accomplish this?
Thanks
CC
Message #2 by Greg Griffiths <greg.griffiths@g...> on Tue, 19 Feb 2002 19:24:57 +0000
|
|
This functionality is governed by the client MIME type settings and can't
be managed from the client side script unless you have something like a
Java Applet that has access to it.
At 01:35 19/02/02 +0000, you wrote:
>Hello,
>
>I need so help please!! I'm trying to allow our users to download
>documents and files on our intranet. The path is coming on a recordset.
>The path gets displayed fine and it works. One of my requirements is to
>disallow our users to run the documents of files directly from their
>browser. When I click on the link path I get the file download window but
>it has the following options: open, save, cancel and moreinfo. There is
>any way to disable this? The only thing I need to allow is for the user
>to do right click and choose save as. May there is a component that could
>accomplish this?
>
>Thanks
>
>CC
|
|
 |