I'm trying to upload a binary file to a database. One of the problems I seem to be having is that the variable that is supposed to hold the value of the file type is not being included when the rest of the information is inserted into the DB from the HTML form.
I have a workaround for this problem--but it is only temporary and cannot be used later on. However, I am still not able to retreive the file from the database. When accessed, I get a broken image icon. I've looked at the example here on PHP Builder and even tried to get that to run, to no avail. Any suggestions?
Thanks