Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Misha v.3 17.05.2002 20:49
Дока по HTML:ENCTYPE="encodingType"
specifies the MIME encoding of the data sent:
"application/x-www-form-urlencoded" (the default), is usually used if the METHOD attribute has the value POST.
"multipart/form-data" is used when the form contains a file upload element (INPUT TYPE="FILE").