<!DOCTYPE html>
<html>
<head>
	<title>Test Object</title>

	<link rel="stylesheet" type="text/css" href="plugins/bootstrap/css/bootstrap.min.css" />
	<link rel="stylesheet" type="text/css" href="plugins/bootstrap/css/bootstrap-theme.min.css" />
	<link rel="stylesheet" type="text/css" href="plugins/font-awesome/css/font-awesome.min.css" />

	<!-- Chargement des librairies externes -->
	<script type="text/javascript" src="jquery/jquery-2.2.4.min.js"></script>

	<script type="text/javascript" src="plugins/bootstrap/js/bootstrap.min.js"></script>

	<script type="text/javascript">
		var fileExtension = ".csv,.txt,image/*";

		function checkfile(sender) {
			// the code you want
		}
		
		$(document).ready(function() {

		});
	</script>
</head>
<body>

</body>
</html>
