static S huploadform(O contents, O... params) { ret hform(contents, arrayPlus(params, "method", "POST", "enctype", "multipart/form-data")); }