Skip to content

Instantly share code, notes, and snippets.

@DanielAndreasen
Created October 7, 2016 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielAndreasen/b1fa4b24f6f3af7f3c938af794e6b488 to your computer and use it in GitHub Desktop.
Save DanielAndreasen/b1fa4b24f6f3af7f3c938af794e6b488 to your computer and use it in GitHub Desktop.
<form class="form-horizontal" enctype="multipart/form-data" action="/cgi-bin/ewConf.py" method="post">
<label class="control-label col-sm-2">Spectrum:</label>
<input type="file" name="spectrum" class="btn btn-default" placeholder="Enter fits spectrum" required>
<button type="submit" class="btn btn-default">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment