Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to allow user to upload image?
I use wysiwyg editor but it only allow embed image by link
0
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