I do not know what are you asking but i know about how to upload images to a mySQL db .
normally files are stored in a server's folder. The DB only keeps the path to the image.
DB's are designed to store a high number of entries, they're not good to store huge records, like images.
Answers
Use fileupload plugin, set permissions in dashboard.
There was an error rendering this rich post.
I do not know what are you asking but i know about how to upload images to a mySQL db .
normally files are stored in a server's folder. The DB only keeps the path to the image.
DB's are designed to store a high number of entries, they're not good to store huge records, like images.
docs about uploading a file via PHP can be found under:
http://www.php.net/manual/en/function.move-uploaded-file.php
hope that helped a little.
Software Development India