Created
July 11, 2013 13:00
-
-
Save LyndonArmitage/5975237 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Check if File is PDF on the Client Side</title> | |
</head> | |
<body> | |
<form id="uploadForm"> | |
<label>Upload a PDF: <input type="file" id="fileUpload" name="file" /></label> | |
</form> | |
<script type="text/javascript" src="js/checkPDF.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment