download or save a file

D

Darryl Abrahms

I want to enable a visitor to my site to download or save a file that is in
a folder on my web site. How can I set it up so that it automatically
downloads when the visitor clicks on the file or the hyperlink.

Thanks
 
T

Thomas A. Rowe

Make it a zip file.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
J

JL Amerson

I'm curious - what would you suggest if you KNOW that some of your target
audience don't know what to do with a .zip file?
 
T

Thomas A. Rowe

If the user are running Windows ME or Windows XP, this is not an issue.

However for others, those who have not been on the web very long, they can a
friend for help, etc. as .zip is a common format for downloads. Zip
extractors are available for all OS / platforms

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
C

Crash Gordon

or create a self extracting zip


| I'm curious - what would you suggest if you KNOW that some of your target
| audience don't know what to do with a .zip file?
|
|
| | > Make it a zip file.
| >
| > --
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle,
| > MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > I want to enable a visitor to my site to download or save a file that is
| > in
| > > a folder on my web site. How can I set it up so that it automatically
| > > downloads when the visitor clicks on the file or the hyperlink.
| > >
| > > Thanks
| > >
| > >
| > >
| >
| >
|
|
 
D

Darryl Abrahms

The size of the file is not the issue. I would rather not use Winzip. How do
I display the file on the web page so that it will automatically open the
Save File dialog window when a user clicks on it?


or create a self extracting zip


| I'm curious - what would you suggest if you KNOW that some of your target
| audience don't know what to do with a .zip file?
|
|
| | > Make it a zip file.
| >
| > --
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle,
| > MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > I want to enable a visitor to my site to download or save a file that
is
| > in
| > > a folder on my web site. How can I set it up so that it automatically
| > > downloads when the visitor clicks on the file or the hyperlink.
| > >
| > > Thanks
| > >
| > >
| > >
| >
| >
|
|
 
T

Thomas A. Rowe

You can't without using Server-Side Scripting such as ASP, PHP, etc. to
force the download.

If the browser recognizes the file extensions, then the file will open in
the user's browser or the associated application. If the user's browser
doesn't recognizes the file format, then they will prompted to download it.

You can place a note next to the link, indicating to the user to right click
and select save to disk...

By using the zip format, the file will always be downloaded.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
J

JL Amerson

I honestly don't know anything about scripting, ASP, PHP, etc. Is this
something I could ask my webhost to set up?
 
K

Kevin Spencer

If your webhost has a programmer, and they do programming, you can ask them.
However, they are likely to charge you to do it. This requires custom
programming.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Thomas A. Rowe

Maybe, but I think you will have to search for a script to do this based on
the OS your site is hosted on and what server-side script is supported by
your host, then you will have to modify the script to work with each file
that you want to force a download on.

The only time I use this, is with a subscription based web site service,
otherwise I recommend that clients provide either PDF (if a document) or the
zip format (for a group of files or executable files) or have a note next to
the link.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

If you think you will have users that do not know what a Zip file is, then
create a help page to explain it and a link to http://www.WinZip.com for non
Windows ME or Windows XP users, and http://www.Stuffit.com for Mac users

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
C

Crash Gordon

This is a confusing thread, I'm not sure who's asking the question Darryl or JL...:)

I suppose, if whom ever is asking didn't want to zip the file, they could also add a non existing extension ? Would that work? downloadthisfile.dum ?



| You can't without using Server-Side Scripting such as ASP, PHP, etc. to
| force the download.
|
| If the browser recognizes the file extensions, then the file will open in
| the user's browser or the associated application. If the user's browser
| doesn't recognizes the file format, then they will prompted to download it.
|
| You can place a note next to the link, indicating to the user to right click
| and select save to disk...
|
| By using the zip format, the file will always be downloaded.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > The size of the file is not the issue. I would rather not use Winzip. How
| do
| > I display the file on the web page so that it will automatically open the
| > Save File dialog window when a user clicks on it?
| >
| >
| > | > or create a self extracting zip
| >
| >
| > | > | I'm curious - what would you suggest if you KNOW that some of your
| target
| > | audience don't know what to do with a .zip file?
| > |
| > |
| > | | > | > Make it a zip file.
| > | >
| > | > --
| > | >
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle,
| > | > MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > I want to enable a visitor to my site to download or save a file
| that
| > is
| > | > in
| > | > > a folder on my web site. How can I set it up so that it
| automatically
| > | > > downloads when the visitor clicks on the file or the hyperlink.
| > | > >
| > | > > Thanks
| > | > >
| > | > >
| > | > >
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
T

Thomas A. Rowe

Both are asking...

If you give the file a non-valid extension, yes the file will be downloaded,
but you now have to explain to the user how to rename during the download
process or after it has been downloaded.

Better to just zip the file. Once the you have WinZip, then will be set for
any other sites they visit that have downloads.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================


This is a confusing thread, I'm not sure who's asking the question Darryl or
JL...:)

I suppose, if whom ever is asking didn't want to zip the file, they could
also add a non existing extension ? Would that work? downloadthisfile.dum ?



| You can't without using Server-Side Scripting such as ASP, PHP, etc. to
| force the download.
|
| If the browser recognizes the file extensions, then the file will open in
| the user's browser or the associated application. If the user's browser
| doesn't recognizes the file format, then they will prompted to download
it.
|
| You can place a note next to the link, indicating to the user to right
click
| and select save to disk...
|
| By using the zip format, the file will always be downloaded.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > The size of the file is not the issue. I would rather not use Winzip.
How
| do
| > I display the file on the web page so that it will automatically open
the
| > Save File dialog window when a user clicks on it?
| >
| >
| > | > or create a self extracting zip
| >
| >
| > | > | I'm curious - what would you suggest if you KNOW that some of your
| target
| > | audience don't know what to do with a .zip file?
| > |
| > |
| > | | > | > Make it a zip file.
| > | >
| > | > --
| > | >
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > WEBMASTER Resources(tm)
| > | >
| > | > FrontPage Resources, WebCircle,
| > | > MS KB Quick Links, etc.
| > | > ==============================================
| > | > To assist you in getting the best answers for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | >
| > | > | > | > > I want to enable a visitor to my site to download or save a file
| that
| > is
| > | > in
| > | > > a folder on my web site. How can I set it up so that it
| automatically
| > | > > downloads when the visitor clicks on the file or the hyperlink.
| > | > >
| > | > > Thanks
| > | > >
| > | > >
| > | > >
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
C

Crash Gordon

that's what i thought.
either method would require an explanation for newbies

what about a self extracting zip?...no huh...most people would be scare of a .exe.

thanks!

robo


| Both are asking...
|
| If you give the file a non-valid extension, yes the file will be downloaded,
| but you now have to explain to the user how to rename during the download
| process or after it has been downloaded.
|
| Better to just zip the file. Once the you have WinZip, then will be set for
| any other sites they visit that have downloads.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | This is a confusing thread, I'm not sure who's asking the question Darryl or
| JL...:)
|
| I suppose, if whom ever is asking didn't want to zip the file, they could
| also add a non existing extension ? Would that work? downloadthisfile.dum ?
|
|
|
| | | You can't without using Server-Side Scripting such as ASP, PHP, etc. to
| | force the download.
| |
| | If the browser recognizes the file extensions, then the file will open in
| | the user's browser or the associated application. If the user's browser
| | doesn't recognizes the file format, then they will prompted to download
| it.
| |
| | You can place a note next to the link, indicating to the user to right
| click
| | and select save to disk...
| |
| | By using the zip format, the file will always be downloaded.
| |
| | --
| |
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle,
| | MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > The size of the file is not the issue. I would rather not use Winzip.
| How
| | do
| | > I display the file on the web page so that it will automatically open
| the
| | > Save File dialog window when a user clicks on it?
| | >
| | >
| | > | | > or create a self extracting zip
| | >
| | >
| | > | | > | I'm curious - what would you suggest if you KNOW that some of your
| | target
| | > | audience don't know what to do with a .zip file?
| | > |
| | > |
| | > | | | > | > Make it a zip file.
| | > | >
| | > | > --
| | > | >
| | > | > ==============================================
| | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| | > | > WEBMASTER Resources(tm)
| | > | >
| | > | > FrontPage Resources, WebCircle,
| | > | > MS KB Quick Links, etc.
| | > | > ==============================================
| | > | > To assist you in getting the best answers for FrontPage support see:
| | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > | >
| | > | > | | > | > > I want to enable a visitor to my site to download or save a file
| | that
| | > is
| | > | > in
| | > | > > a folder on my web site. How can I set it up so that it
| | automatically
| | > | > > downloads when the visitor clicks on the file or the hyperlink.
| | > | > >
| | > | > > Thanks
| | > | > >
| | > | > >
| | > | > >
| | > | >
| | > | >
| | > |
| | > |
| | >
| | >
| |
| |
|
|
 
T

Thomas A. Rowe

I would avoid the .exe, as some do not allow them to be upload, as well.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================


that's what i thought.
either method would require an explanation for newbies

what about a self extracting zip?...no huh...most people would be scare of a
..exe.

thanks!

robo


| Both are asking...
|
| If you give the file a non-valid extension, yes the file will be
downloaded,
| but you now have to explain to the user how to rename during the download
| process or after it has been downloaded.
|
| Better to just zip the file. Once the you have WinZip, then will be set
for
| any other sites they visit that have downloads.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | This is a confusing thread, I'm not sure who's asking the question Darryl
or
| JL...:)
|
| I suppose, if whom ever is asking didn't want to zip the file, they could
| also add a non existing extension ? Would that work? downloadthisfile.dum
?
|
|
|
| | | You can't without using Server-Side Scripting such as ASP, PHP, etc. to
| | force the download.
| |
| | If the browser recognizes the file extensions, then the file will open
in
| | the user's browser or the associated application. If the user's browser
| | doesn't recognizes the file format, then they will prompted to download
| it.
| |
| | You can place a note next to the link, indicating to the user to right
| click
| | and select save to disk...
| |
| | By using the zip format, the file will always be downloaded.
| |
| | --
| |
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle,
| | MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | | | > The size of the file is not the issue. I would rather not use Winzip.
| How
| | do
| | > I display the file on the web page so that it will automatically open
| the
| | > Save File dialog window when a user clicks on it?
| | >
| | >
| | > | | > or create a self extracting zip
| | >
| | >
| | > | | > | I'm curious - what would you suggest if you KNOW that some of your
| | target
| | > | audience don't know what to do with a .zip file?
| | > |
| | > |
| | > | | | > | > Make it a zip file.
| | > | >
| | > | > --
| | > | >
| | > | > ==============================================
| | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| | > | > WEBMASTER Resources(tm)
| | > | >
| | > | > FrontPage Resources, WebCircle,
| | > | > MS KB Quick Links, etc.
| | > | > ==============================================
| | > | > To assist you in getting the best answers for FrontPage support
see:
| | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| | > | >
| | > | > | | > | > > I want to enable a visitor to my site to download or save a file
| | that
| | > is
| | > | > in
| | > | > > a folder on my web site. How can I set it up so that it
| | automatically
| | > | > > downloads when the visitor clicks on the file or the hyperlink.
| | > | > >
| | > | > > Thanks
| | > | > >
| | > | > >
| | > | > >
| | > | >
| | > | >
| | > |
| | > |
| | >
| | >
| |
| |
|
|
 
T

Thomas A. Rowe

Let me try this again...

I would avoid using .exe file for the same reason, as well as some host do
not allow .exe files to be uploaded. This is also the default setting for
site running the FP extensions.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
C

Crash Gordon

saw it the first time - or are you answering your own comment? :)


| Let me try this again...
|
| I would avoid using .exe file for the same reason, as well as some host do
| not allow .exe files to be uploaded. This is also the default setting for
| site running the FP extensions.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I would avoid the .exe, as some do not allow them to be upload, as well.
| >
| > --
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle,
| > MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > that's what i thought.
| > either method would require an explanation for newbies
| >
| > what about a self extracting zip?...no huh...most people would be scare of
| a
| > .exe.
| >
| > thanks!
| >
| > robo
| >
| >
| > | > | Both are asking...
| > |
| > | If you give the file a non-valid extension, yes the file will be
| > downloaded,
| > | but you now have to explain to the user how to rename during the
| download
| > | process or after it has been downloaded.
| > |
| > | Better to just zip the file. Once the you have WinZip, then will be set
| > for
| > | any other sites they visit that have downloads.
| > |
| > | --
| > |
| > | ==============================================
| > | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | WEBMASTER Resources(tm)
| > |
| > | FrontPage Resources, WebCircle,
| > | MS KB Quick Links, etc.
| > | ==============================================
| > | To assist you in getting the best answers for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > |
| > | | > | This is a confusing thread, I'm not sure who's asking the question
| Darryl
| > or
| > | JL...:)
| > |
| > | I suppose, if whom ever is asking didn't want to zip the file, they
| could
| > | also add a non existing extension ? Would that work?
| downloadthisfile.dum
| > ?
| > |
| > |
| > |
| > | | > | | You can't without using Server-Side Scripting such as ASP, PHP, etc.
| to
| > | | force the download.
| > | |
| > | | If the browser recognizes the file extensions, then the file will open
| > in
| > | | the user's browser or the associated application. If the user's
| browser
| > | | doesn't recognizes the file format, then they will prompted to
| download
| > | it.
| > | |
| > | | You can place a note next to the link, indicating to the user to right
| > | click
| > | | and select save to disk...
| > | |
| > | | By using the zip format, the file will always be downloaded.
| > | |
| > | | --
| > | |
| > | | ==============================================
| > | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | WEBMASTER Resources(tm)
| > | |
| > | | FrontPage Resources, WebCircle,
| > | | MS KB Quick Links, etc.
| > | | ==============================================
| > | | To assist you in getting the best answers for FrontPage support see:
| > | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | |
| > | | | > | | > The size of the file is not the issue. I would rather not use
| Winzip.
| > | How
| > | | do
| > | | > I display the file on the web page so that it will automatically
| open
| > | the
| > | | > Save File dialog window when a user clicks on it?
| > | | >
| > | | >
| > | | > | > | | > or create a self extracting zip
| > | | >
| > | | >
| > | | > | > | | > | I'm curious - what would you suggest if you KNOW that some of your
| > | | target
| > | | > | audience don't know what to do with a .zip file?
| > | | > |
| > | | > |
| > | | > | | > | | > | > Make it a zip file.
| > | | > | >
| > | | > | > --
| > | | > | >
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle,
| > | | > | > MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage support
| > see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > I want to enable a visitor to my site to download or save a
| file
| > | | that
| > | | > is
| > | | > | > in
| > | | > | > > a folder on my web site. How can I set it up so that it
| > | | automatically
| > | | > | > > downloads when the visitor clicks on the file or the
| hyperlink.
| > | | > | > >
| > | | > | > > Thanks
| > | | > | > >
| > | | > | > >
| > | | > | > >
| > | | > | >
| > | | > | >
| > | | > |
| > | | > |
| > | | >
| > | | >
| > | |
| > | |
| > |
| > |
| >
| >
|
|
 
T

Thomas A. Rowe

Yes, I corrected it.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================


saw it the first time - or are you answering your own comment? :)


| Let me try this again...
|
| I would avoid using .exe file for the same reason, as well as some host do
| not allow .exe files to be uploaded. This is also the default setting for
| site running the FP extensions.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I would avoid the .exe, as some do not allow them to be upload, as well.
| >
| > --
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle,
| > MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > that's what i thought.
| > either method would require an explanation for newbies
| >
| > what about a self extracting zip?...no huh...most people would be scare
of
| a
| > .exe.
| >
| > thanks!
| >
| > robo
| >
| >
| > | > | Both are asking...
| > |
| > | If you give the file a non-valid extension, yes the file will be
| > downloaded,
| > | but you now have to explain to the user how to rename during the
| download
| > | process or after it has been downloaded.
| > |
| > | Better to just zip the file. Once the you have WinZip, then will be
set
| > for
| > | any other sites they visit that have downloads.
| > |
| > | --
| > |
| > | ==============================================
| > | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | WEBMASTER Resources(tm)
| > |
| > | FrontPage Resources, WebCircle,
| > | MS KB Quick Links, etc.
| > | ==============================================
| > | To assist you in getting the best answers for FrontPage support see:
| > | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > |
| > | | > | This is a confusing thread, I'm not sure who's asking the question
| Darryl
| > or
| > | JL...:)
| > |
| > | I suppose, if whom ever is asking didn't want to zip the file, they
| could
| > | also add a non existing extension ? Would that work?
| downloadthisfile.dum
| > ?
| > |
| > |
| > |
| > | | > | | You can't without using Server-Side Scripting such as ASP, PHP, etc.
| to
| > | | force the download.
| > | |
| > | | If the browser recognizes the file extensions, then the file will
open
| > in
| > | | the user's browser or the associated application. If the user's
| browser
| > | | doesn't recognizes the file format, then they will prompted to
| download
| > | it.
| > | |
| > | | You can place a note next to the link, indicating to the user to
right
| > | click
| > | | and select save to disk...
| > | |
| > | | By using the zip format, the file will always be downloaded.
| > | |
| > | | --
| > | |
| > | | ==============================================
| > | | Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | WEBMASTER Resources(tm)
| > | |
| > | | FrontPage Resources, WebCircle,
| > | | MS KB Quick Links, etc.
| > | | ==============================================
| > | | To assist you in getting the best answers for FrontPage support see:
| > | | http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | |
| > | | | > | | > The size of the file is not the issue. I would rather not use
| Winzip.
| > | How
| > | | do
| > | | > I display the file on the web page so that it will automatically
| open
| > | the
| > | | > Save File dialog window when a user clicks on it?
| > | | >
| > | | >
| > | | > | > | | > or create a self extracting zip
| > | | >
| > | | >
| > | | > | > | | > | I'm curious - what would you suggest if you KNOW that some of
your
| > | | target
| > | | > | audience don't know what to do with a .zip file?
| > | | > |
| > | | > |
| > | | > | | > | | > | > Make it a zip file.
| > | | > | >
| > | | > | > --
| > | | > | >
| > | | > | > ==============================================
| > | | > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | | > | > WEBMASTER Resources(tm)
| > | | > | >
| > | | > | > FrontPage Resources, WebCircle,
| > | | > | > MS KB Quick Links, etc.
| > | | > | > ==============================================
| > | | > | > To assist you in getting the best answers for FrontPage
support
| > see:
| > | | > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | | > | >
| > | | > | > | > | | > | > > I want to enable a visitor to my site to download or save a
| file
| > | | that
| > | | > is
| > | | > | > in
| > | | > | > > a folder on my web site. How can I set it up so that it
| > | | automatically
| > | | > | > > downloads when the visitor clicks on the file or the
| hyperlink.
| > | | > | > >
| > | | > | > > Thanks
| > | | > | > >
| > | | > | > >
| > | | > | > >
| > | | > | >
| > | | > | >
| > | | > |
| > | | > |
| > | | >
| > | | >
| > | |
| > | |
| > |
| > |
| >
| >
|
|
 
J

JL Amerson

Well, in an ideal world that would be a great idea. The problem is that in
that ideal world, the target audience want to *learn* about compressed
files. This is not an ideal world. :-(
 
T

Thomas A. Rowe

True, this is not an idea world, however there are certain standard file
format in use on the internet today, at some point the target audience is
going to hit a zip file.

One option is to visit sites similar to the site in question, and see how
they handle downloads, and then do the same.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top