I want to display an image instead of downloading it (Image in database blob)
The opposite content-disposition of attachment
is inline
. Try this:
header("Content-Disposition: inline; filename=$name");
The opposite content-disposition of attachment
is inline
. Try this:
header("Content-Disposition: inline; filename=$name");