need file download coding in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    need file download coding in php

    hai all ,
    when a user click a image, the image needed to be download for them. can anybody help me with sample code.
    thanx in advance.
    with regards Nirmal
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by nirmalsingh
    hai all ,
    when a user click a image, the image needed to be download for them. can anybody help me with sample code.
    thanx in advance.
    with regards Nirmal
    You'd have to send them to a page, which uses content-disposition, and such, that forces a download.

    Have a look at this

    Comment

    Working...