Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics 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 December 22nd, 2010, 03:58 AM
Registered User
 
Join Date: Dec 2010
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Default Download video file from ASP page

This is my first post so I am interested in the response. I am still coding in ASP but.. I need to allow my registered browsers to click on an icon and download an MPEG file for them to assess on their own computer system and then submit an answer back to my web site. How do I write the code to allow then to down load a file eg myvideo.mpeg? I could not find this in previous posts.
Thanks for any help
 
Old December 22nd, 2010, 07:24 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

I would simply compress the file and make it available for download as a .zip or .rar file. Probably .zip because not everybody can deal with .rar files.

Im sure you know how to do this.....just incase:

Click <a href="myPath/myFileName.zip" title="Click to download the zip file">here</a> to get my MPEG file. Oh and merry Christmas to you all!!
__________________
Wind is your friend
Matt
The Following User Says Thank You to mat41 For This Useful Post:
Jimbowino (December 23rd, 2010)
 
Old December 23rd, 2010, 09:11 PM
Registered User
 
Join Date: Dec 2010
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Thanks Mat - simple really. Jimbowino





Similar Threads
Thread Thread Starter Forum Replies Last Post
upload-download video vipin k varghese PHP How-To 2 May 9th, 2008 03:39 AM
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 huge file using ASP iniro Classic ASP Basics 4 September 27th, 2004 11:56 PM
Please Help: ASP file upload and download vtcyee Classic ASP Components 1 July 10th, 2004 06:21 AM
About file upload and download using ASP vtcyee Classic ASP Databases 1 July 10th, 2004 12:27 AM





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