gdritter repos frony-ritter-designs / master templates / photo_upload.mustache
master

Tree @master (Download .tar.gz)

photo_upload.mustache @masterraw · history · blame

1
2
3
4
5
<form name="photo-form" enctype="multipart/form-data" method="post" action="/edit/photo/">
  <input type="hidden" name="id" value="{{id}}" />
  <input type="file" name="file" />
  <input type="submit" value="Upload Photo" />
</form>