4
I have a field in a table where I place the PDF file. The type of this field is BLOB.
I wanted to know how to display this file on a PHP page, without having to create a directory.
I just want the script to access the field of this table, and show me the file that is there.
In its first example it can be added, because of the doubts (I do not know if it is the default) the
header('content-disposition: inline')
;– Peter Krauss