Forums
This topic is locked
Downloading using ASP.
Posted 21 Mar 2006 16:30:44
1
has voted
21 Mar 2006 16:30:44 michael Sinton posted:
Hi guy's,I've been searching through google and different script sites to try and locate a script for simply downloading files(Small video clips) from an access database to my web page. But have been unable to find what I am looking for.
Do any of you guy's know of any good scripts. Don't need anything fancy just the basics.
Thanks
Michael.
Replies
Replied 21 Mar 2006 19:43:13
21 Mar 2006 19:43:13 Simon Bloodworth replied:
Hi Micheal,
What is it you are actually trying to do?
Regards
Simon
Simon
DWMX 2004 | ASP | VBScript
What is it you are actually trying to do?
Regards
Simon
Simon
DWMX 2004 | ASP | VBScript
Replied 22 Mar 2006 12:26:45
22 Mar 2006 12:26:45 michael Sinton replied:
What i'm basically looking for is a simple display of the videos in my access database on a web page. From which the user can click on one then this will open a screen where they will be able to save it to one of there drives.
Payment or email notification doesn't need to be woried about.
Thanks
Michael.
Payment or email notification doesn't need to be woried about.
Thanks
Michael.
Replied 22 Mar 2006 14:45:59
22 Mar 2006 14:45:59 Simon Bloodworth replied:
Hi,
In your database have a column containg the actual link to the file on your site e.g /video/sport/sport.mpeg
Then however you want to present the information to the user, where you have the link to download you would bind that to the result from the database. the link would then have the direct link from the database which should be to the desired file.
hope this helps
Simon
DWMX 2004 | ASP | VBScript
In your database have a column containg the actual link to the file on your site e.g /video/sport/sport.mpeg
Then however you want to present the information to the user, where you have the link to download you would bind that to the result from the database. the link would then have the direct link from the database which should be to the desired file.
hope this helps
Simon
DWMX 2004 | ASP | VBScript
Replied 22 Mar 2006 17:18:19
22 Mar 2006 17:18:19 michael Sinton replied:
Thanks for your help i'll give it a go.