Skip to content
Advertisement

Tag: blob

How to copy HTML content into a new tab [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 4 months ago. Improve this question I am building a web app and I need to copy an HTML

How do I download a pdf blob file from database?

I’m trying to download a pdf file from the database stored as a blob datatype using the code blow, right now I’m only able to view the file as .php and not .pdf. The $result->mime contains the data-type of the file as application/pdf. The $result->pdf_file contains the PDF file itself as BLOB. On execution of the php code, I am

Advertisement