'enctype' Syntax and Note
Note:
Read and write property.
Provides the same functionality as the encoding property.
Syntax:
document.getElementById("formID").enctype = value
document.all.formID.enctype = value // IE only
Related examples in the same category