Change to simple white on black autoscaling header
[photocalendar.git] / upload.php
Alexander Sadleir





Alexander Sadleir
Alexander Sadleir





1
2
3
4
5
6
7
8
9
10
11
12
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" accept="image/*">
<input type="submit" name="upload" value="upload">
</form>
 
<?php
include_footer();
?>