Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created September 15, 2022 07:33
Show Gist options
  • Save devbyray/382cb8d24f51b5a5b835a53a6564d9ef to your computer and use it in GitHub Desktop.
Save devbyray/382cb8d24f51b5a5b835a53a6564d9ef to your computer and use it in GitHub Desktop.
<form id="csvForm">
<input type="file" id="csvInput" accept=".csv" />
<input type="submit" value="Submit" />
</form>
<textarea name="" id="csvResult" cols="30" rows="10"></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment