Skip to content

The automatically created forms don't understand how to handle file uploads.  #27

@opencoca

Description

@opencoca

Forms should use enctype="multipart/form-data" if files are in the model.

Alternatively, forms could always use enctype="multipart/form-data" and developers could comment it out if they needed increased efficiency.

Example of form with working file uploads:
<form enctype="multipart/form-data" method="post" action="/foo/">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions