[mypage::header "File Upload Results"]
Query Content-Type
$page(querytype)
Query
[
set html ""
foreach {n v} [ncgi::nvlist] {
append html [html::row $n [html::tableFromList [lindex $v 0]]]
append html [html::row $n [ncgi::value $n]]
append html [html::cell "colspan=2" "[html::quoteFormValue [lindex $v 1]]
"]
}
set html
]
[mypage::footer]