Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Download over Port 80

Status
Not open for further replies.

sirlance

MIS
Joined
Sep 17, 2002
Messages
36
Location
US
Web Download

I've been given the task to figure out how to automatically download files and execute application via a URL link on our web page. So far, I haven't found out how to do this with http (port 80). I need to be able to do it over port 80.

Any advice would be appriciated. I'm using IIS 5.0 on a W2K Server. The Web page was designed with FrontPage.

Lance
 
Thanks Gladys, but I don't think I was very clear on what I'm looking for. I apologize.

What I actually need is for the "save, open, cancel" box to open when a user clicks the link for a file. In addition, if the user select open, it will open in the application it was written in (ex Word, Excel, etc) or run the bat or exe file automatically.
In the same sense if the user selects save, a box will open for local location.

Lance
 
When a users visits your website and requets a file other than the ones web server normally processes (ASP, HTML, SHTML, etc), they should get a prompt to download it by default. As long as the account that IIS runs as (IUSER something or other) has access to the file and correct permissions set to retrieve the file, any user that has access to the web server should be able to download these files.

As far as the "execute application" part, are you talking about an running your web server as Application Server? One in which the users have a client program that is constantly communicating with the web server? That's a bit more complicated, and something that I'm not familiar with. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top