gdritter repos frony-ritter-designs / master old_templates / photo_upload.html
master

Tree @master (Download .tar.gz)

photo_upload.html @masterraw · history · blame

1
2
3
4
5
6
$def with (n)
<form name="photo-form" enctype="multipart/form-data" method="post" action="/edit/photo/">
  <input type="hidden" name="id" value="$n" />
  <input type="file" name="file" />
  <input type="submit" value="Upload Photo" />
</form>