I have been searching the net for some weeks now and can’t find a solution to my issue.
I’m working on a Web application using Flex(front-end) and PHP/MySql(Back-end).
Now I want to enable users to upload images for their profile Pictures… I was Uploading them to a Directory on the server. Now my Boss “feels” that they should be stored directly to the Database not only store the link of the Image but the whole content.
Please Help guys….I’m stuck!!!
First of all in the form which you’re uploading the file from, you should use the following the tag:
also you need to specify that field as one of the following:
Finaly modify this code for your db and that will do 🙂
?>