HTML default_attribute form:upload, setting enctype for forms that get file uploads.

This commit is contained in:
Adam Backstrom
2010-08-06 08:59:38 -04:00
parent 2d9d13e4bd
commit 51bcdaa181

View File

@@ -699,6 +699,7 @@ let s:zen_settings = {
\ 'form': {'action': ''},
\ 'form:get': {'action': '', 'method': 'get'},
\ 'form:post': {'action': '', 'method': 'post'},
\ 'form:upload': {'action': '', 'method': 'post', 'enctype': 'multipart/form-data'},
\ 'label': {'for': ''},
\ 'input': {'type': ''},
\ 'input:hidden': [{'type': 'hidden'}, {'name': ''}],