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">
I need to set the
enctypeof 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 theenctypefor regularformtags 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">