Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 30th, 2006, 08:07 AM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sarath_lal007 Send a message via Yahoo to sarath_lal007
Default Download a file from http location

hai, experts.
hope i will get the solution from u.

Problem:

 I am doing an application in which i want to download a file from an http location. I will make it clear ,from application an user have to request for a perticular zip file which is in another website say XX, then from the site XX i will get a path like http://[email protected]/filename.zp. I can copy the given URL and paste it on IE explorer , i can download that file .

  But i dont want to download the file manually, do you please give me the code to download or save the file.
 
Old February 17th, 2006, 05:34 AM
Authorized User
 
Join Date: Feb 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this my friend.

path ="htpp......";
Response.Redirect(path);

I hope this will help you to come out from problem.

Gowtham Sen





Similar Threads
Thread Thread Starter Forum Replies Last Post
DTS ActiveX - Download file from an url(http://..) maruthiraja SQL Server DTS 0 April 9th, 2008 12:04 PM
File Location AlexSepahpour ASP.NET 2.0 Basics 0 March 11th, 2007 12:58 AM
Configuration file name and location TomH VB Databases Basics 2 September 29th, 2006 06:59 PM
Smaller download/single download file available jminatel BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 November 21st, 2005 11:10 AM
Download file through HTTP KCUK Beginning VB 6 0 August 19th, 2005 07:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.