Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Created May 22, 2015 06:28
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 dangerouse/78d914732174f764e4b1 to your computer and use it in GitHub Desktop.
Save dangerouse/78d914732174f764e4b1 to your computer and use it in GitHub Desktop.
Sample CloudSponge CSV Upload Form
<form accept-charset="UTF-8" action="{{ begin_import_response.consent_url }}" enctype="multipart/form-data" id="fileupload" method="post">
<input type="file" name="csv_file" accept="text/csv|text/vcard">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment