Hi
I am building an application which allows users to upload images, and mp3s.
I am just wondering should I use functions in php to upload the file or can I just read the image or mp3 in binary and insert that image or mp3 to my database (I am useing mysql).
Thanks in advance