Log in

View Full Version : pls help me with the code



ronaldf
09-10-2007, 03:46 PM
i need a script/code in html for allowing my zip files to downloadd by others on my own website pls help me its urgent i hv to submit it in my college pls anyone!!!!!!!111


thankyou

boogyman
09-10-2007, 04:08 PM
since this is a school project, you probably should have done this AHEAD of time and not procrastinated.

Do you want to?\:

Download a zip from your server?
unless the school has some type of preventative measures not allowing certain files to be downloaded you can use one of 2 ways to accomplist this:
-- create a link


<a href="path/to/file.zip">Zip Name</a>

-- type the url path in the address bar

Upload a zip to your server?
you would need some sort of server-side language (PHP, ASP)