(* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. * $Id: upload_image_form.ml,v 1.4 2004/09/08 09:54:28 rich Exp $ *) open Apache open Registry open Cgi open Printf open Cocanwiki open Cocanwiki_template let template = get_template "upload_image_form.html" let run r (q : cgi) (dbh : Dbi.connection) _ _ = q#template template let () = register_script ~restrict:[CanEdit] run