Does redmine uses multipart/form-data POST requests ?
Replies (1)
(1-1/1)
Forums » Development »
Added by Terence Mill about 10 years ago
Tx for answering!
This is pretty much inevitable when dealing with forms including file upload input fields.
Have a look to new issue form source:/trunk/app/views/issues/new.html.erb#L6 and see the :multipart
attribute value set to true
.
(1-1/1)