downloading files from web site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have an application that i want to create a link on my web site to
download. I can download individual files but i need to download all files
which are part of this application.

Does anyone know how this can be done??
 
You need to zip them into a single file, and then import the zip into your web and create a link to
it.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Place them in a folder and zip the folder.

Or wrap them in an executable installer.
The free Inno Setup complier will do it for you.
http://www.jrsoftware.org/isinfo.php
Has a bit of a learning curve, but it's well worth learning.
Comparable "for sale" programs cost several hundred dollars.

It's what I use.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top