Results 1 to 2 of 2

Thread: pls help me with the code

  1. #1
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default pls help me with the code

    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
    Last edited by jscheuer1; 09-10-2007 at 04:50 PM. Reason: remove abusive size tags

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    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
    Code:
    <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)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •