Yes, it is. Here’s a cite from the W3 HTML forms specification:
The default value for this attribute is
"application/x-www-form-urlencoded"
. The value"multipart/form-data"
should be used in combination with theINPUT
element,type="file"
.
The webbrowser will take care about URL encoding automatically.