Skip to content

Instantly share code, notes, and snippets.

View jeremyhodges's full-sized avatar

Jeremy Hodges jeremyhodges

View GitHub Profile
@jeremyhodges
jeremyhodges / submit_form.html
Created September 24, 2015 17:31
Using Dropzone.JS to upload via orion.filesystem with drag and drop support.
<template name="submit_form">
<div class="alert alert-success" style="display: none;" role="alert">
<strong>Your work has been submitted!</strong> You successfully submitted your work. It is now in-review.
</div>
<div class="well">
{{# with job }}
<h3 class="text-info job-name" data-job-id="{{ _id }}">{{ name }}</h3>