Connecting Tech Pros Worldwide Forums | Help | Site Map

need file download coding in php

nirmalsingh's Avatar
Familiar Sight
 
Join Date: Sep 2006
Location: Madurai - India
Posts: 217
#1: Feb 9 '08
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's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,938
#2: Feb 9 '08

re: need file download coding in php


Quote:

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
Reply