I have been developing a php/postgresql based documentation database. In order to store documents I have used a HTML upload function that places the file in an pgsql object within the database.
I cannot find a method to present the available object as a click-to-download link on the web page (as the real files only exist in the database).
Does anyone know a method to neatly achieve this?
Thanks in advance
/Simon Inns