Hello,
I have made a form on a website where people can apply to work for a radio station, and one of the requirments is that they upload a short mp3 file with some of their work.
This file is stored in a MySQL database as a BLOB type.
I have now set up a system with PHPRunner Enterprise 8.1 so the site owner can go through the applications, but the only problem is that the uploaded file only shows its title, there is nothing you can click on to listen to it or to download the file (just listening would even be better).
I obviously have done something wrong, I only wish I knew what.
Should I replace the file placeholder with a certain filetype or anything else, as I am not sure what to do.
At the moment I set up the form and just kept clicking through, but that obviously was not the answer.
Any help/advice will be much appreciated.