The plugin is very simple and easy to use ...
We provide the plugin file ... to install just copy in the folder "/app/models/queries/".
upload_post_mysql
For use you can download and import an example reated by us
Simple Upload POST with MySQL
we appreciate much your comments ... :)
PD.
for the test ... you can create this simple code
...
<form action="api/upload/post/mysql" method="post" enctype="multipart/form-data" >
<input type="file" name="file">
<button type="submit">Upload</submit>
</form>