Open DMW007 opened 8 years ago
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:
enctype
form
<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">
+1
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 theenctype
for regularform
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">