except in forms containing ? ...">

Using "multipart / form-data"

Is the multipart/form-dataattribute value used enctype <form>except in forms containing <input type="file" />?

+3
source share
1 answer

At this point, multipart / form-data is only used to send files through the input element [type = file]:

http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2

+2
source

Source: https://habr.com/ru/post/1786043/


All Articles