From 889e8eaf7c40817663dd602a21ac771062ccac3b Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 21 Jun 2012 16:34:27 +0200 Subject: Big change, sir. Can now upload any kind of files. --- tpl/file/upload.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tpl/file/upload.php (limited to 'tpl/file/upload.php') diff --git a/tpl/file/upload.php b/tpl/file/upload.php new file mode 100644 index 0000000..31bdda7 --- /dev/null +++ b/tpl/file/upload.php @@ -0,0 +1,16 @@ + "Image file : ", "type" => "file", "name" => "file"), + array("label" => "Image title (optionnal) : ", "type" => "text", "name" => "name") + ); +$validate = "Upload"; + +require("tpl/general/form.php"); + + -- cgit v1.2.3