I am aware of the insert and edit template functionality. It is great. All form fields in the template are collected and sent back to the server via AJAX. It works great. The only issue is that it only collects text input fields, and not file upload fields.
For example if I add the following field it will not send this back via the AJAX submission in the $_FILES array.
<input type = "file" name = "fileuploadName" value = "" />
Can this feature be added to the koolgrid insert / edit templates?