Add image upload and image watermarking
[photocalendar.git] / upload.php
blob:a/upload.php -> blob:b/upload.php
--- a/upload.php
+++ b/upload.php
@@ -1,1 +1,13 @@
+<?php
+include("common.inc.php");
+include_header("upload");
+?>
 
+<form name="upload" action="confirmUpload.php" method="POST" ENCTYPE="multipart/form-data">
+Select the file to upload: <input type="file" name="userfile">
+<input type="submit" name="upload" value="upload">
+</form>
+
+<?php
+include_footer();
+?>