(* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. * $Id: upload_file_form.ml,v 1.3 2004/09/07 14:58:34 rich Exp $ *) open Apache open Registry open Cgi open Printf open Cocanwiki open Cocanwiki_template let template = get_template "upload_file_form.html" let run r (q : cgi) (dbh : Dbi.connection) _ _ = q#template template let () = register_script run