file upload and download

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mandlamuki
    New Member
    • Oct 2006
    • 3

    #1

    file upload and download

    Hi,

    I'm still learning PHP from scratch so please be patient with me.

    I have created a web site using html and PHP. I want to add a link that the users can click on so they can download a catalog and be able to save it to their computers. The catalog is a word document which has images.

    Please could you help me with some code
  • brid
    New Member
    • Oct 2006
    • 13

    #2
    It's simple.
    Put on root directory of your site your file, for example 123.doc.
    Create link like:
    <a href="123.doc"> It's my file</a>

    Comment

    Working...