2011-11-01 19:34:16 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<title>No Chicks Allowed: Image Repository</title>
|
|
|
|
<meta charset="utf-8" />
|
2011-11-02 12:53:58 -04:00
|
|
|
<!-- <link rel="stylesheet" type="text/css" media="all" href="css/html5reset-1.6.1.css" /> -->
|
2011-11-01 19:34:16 -04:00
|
|
|
<link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2011-11-02 12:53:58 -04:00
|
|
|
<header>
|
|
|
|
<h1>HTML5 File Upload with jQuery and PHP</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div id="dropbox">
|
|
|
|
<span class="message">Drop images here to upload. <br /><i>(they will only be visible to you)</i></span>
|
2011-11-01 19:34:16 -04:00
|
|
|
</div>
|
2011-11-02 12:53:58 -04:00
|
|
|
|
|
|
|
<footer>
|
|
|
|
<h2>HTML5 File Upload with jQuery and PHP</h2>
|
|
|
|
<a class="tzine" href="http://tutorialzine.com/2011/09/html5-file-upload-jquery-php/">Read & Download on</a>
|
|
|
|
</footer>
|
2011-11-01 19:34:16 -04:00
|
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
|
|
|
|
<script src="js/jquery.filedrop.js"></script>
|
2011-11-02 10:15:55 -04:00
|
|
|
<script src="js/upload.js"></script>
|
2011-11-01 19:34:16 -04:00
|
|
|
</body>
|
|
|
|
</html>
|