Skip to content

Unable to set enctype for file uploads #3

Description

@DMW007

I need to set the enctype of the ajax request for the ability to upload images. As I found no documentation, I looked in the source code. Seems like there is no data-attribute which could replace the enctype for regular form tags like this:

<form method="POST" enctype="multipart/form-data">

It would be nice if you could add support for this like

<form method="POST" data-ajax-enctype="multipart/form-data">

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