Last active
January 1, 2016 08:49
-
-
Save stomita/8121008 to your computer and use it in GitHub Desktop.
Add file select input.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<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