jQuery-File-Upload blueimp PHP-MySQL-database-update data
问题 how to make changes to the data 'title' and 'description' after the image is loaded, for example, add a button to "change"? This is all done up and running https://github.com/blueimp/jQuery-File-Upload/wiki/PHP-MySQL-database-integration Here is my code, but here it is necessary to make a new method to "upgrade" and synchronize it with html: html: name <br /><input name="title[]" value="{%=file.title||''%}"> description<br /> <input name="description[]" value="{%=file.description||''%}"> php: