insin / get-form-data

Gets form and field data via form.elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return File objects for <input type="file">

insin opened this issue · comments

An Array of Files if it has multiple, the first File otherwise

This would also obviate the need for a small part of the FileField specific changes happening for insin/newforms#61