Skip to content

Instantly share code, notes, and snippets.

View ronaldlangeveld's full-sized avatar

Ronald Langeveld ronaldlangeveld

View GitHub Profile
//HtML
<form>
{% csrf_token %}
<input type="file" name="pic" accept="image/*" id="image">
<input type="submit" id="send">
</form>
//JS
@ronaldlangeveld
ronaldlangeveld / LevelsLark 1.03
Last active November 23, 2017 07:55 — forked from levelsio/LevelsLark 1.03
LevelsLark Python/Django
# This is a fork from Levelsio's gist.
# Check the original gist (PHP) https://gist.github.com/levelsio/6716e7261c73fd873ba2ce1f4a406012
# I just converted it so it can be used with Django.
# This is all Python3.6
# // <readme>
# /*
# This is a lite version of Olark's and Intercom's functionality (without the chat part).
# It lets you get feedback from users on your site to your email.