Skip to content

Instantly share code, notes, and snippets.

@markholdt
Created January 5, 2016 07:20
Show Gist options
  • Save markholdt/83c8ea36aa0f1f4380c1 to your computer and use it in GitHub Desktop.
Save markholdt/83c8ea36aa0f1f4380c1 to your computer and use it in GitHub Desktop.
Dropzone for Classifieds
<head>
<!-- include Dropzone css. This is optional, but provides some styling -->
<link href="~/Content/dropzone.css" rel="stylesheet">
</head>
<body>
<!-- include reference to dropzone.js -->
<script src="~/scripts/dropzone.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment