You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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">
The text was updated successfully, but these errors were encountered: