Skip to content

Instantly share code, notes, and snippets.

@stomita
Last active January 1, 2016 08:49
Show Gist options
  • Save stomita/8121008 to your computer and use it in GitHub Desktop.
Save stomita/8121008 to your computer and use it in GitHub Desktop.
Add file select input.
...
<body>
<input type="hidden" id="samlResponse" value="{!$CurrentPage.parameters.SAMLResponse}" />
<div>
Select File to Upload: <input type="file" id="fileSelect" />
</div>
<ul id="fileList"></ul>
</body>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment