File Download Confirmation Page
Posted: Mon Nov 13, 2006 3:49 pm
Ok so I have a thing where you can download a file that you select. You can only start the download if you fill out the form first. Fine, dandy, good to go!
Now the problem is that I want to have it so that after I check all the post data, if it was good stuff they sent in then it displays a message like 'Thanks for the info!' then it starts the download. Now I can not come up with a logical way to do this without using javascript to open the last page (the page that starts the download).
Is there a way to do this without using javascript? I don't want the file path to be shown or easily gotten by a user as to keep the files location secret (sneaky huh?).
Now the problem is that I want to have it so that after I check all the post data, if it was good stuff they sent in then it displays a message like 'Thanks for the info!' then it starts the download. Now I can not come up with a logical way to do this without using javascript to open the last page (the page that starts the download).
Is there a way to do this without using javascript? I don't want the file path to be shown or easily gotten by a user as to keep the files location secret (sneaky huh?).