Jump to content

File download code


o_oe

Recommended Posts

Please what code is suitable for file download. I am designing a site that requires visitors to download a file in two places.1. At the click of a button.2. After filling a form.Thanks. Your time is highly appreciated.

Link to comment
Share on other sites

You can link to the file normally

<a href="download.exe">Click to download download.exe</a>

Err... downloading after validation? Hmm... well, you could use PHP to detect a session, and if so will set the content-type to the file type and echo the file code... can't think of a practical way atm.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...