Page MenuHomec4science

upload.html
No OneTemporary

File Metadata

Created
Thu, Feb 20, 03:16

upload.html

<!DOCTYPE html><html lang="en"><head><title></title><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><link rel="stylesheet" href="stylesheets/theme.css"><link rel="stylesheet" href="stylesheets/login.css"><link rel="stylesheet" href="stylesheets/upload.css"></head><body><section class="loginform cf"><h1 class="centered"></h1><div class="resumable-error"> Your browser, unfortunately, is not supported by Resumable.js. The library requires support for <a href="http://www.w3.org/TR/FileAPI/">the HTML5 File API </a>along with <a href="http://www.w3.org/TR/FileAPI/#normalization-of-params">file slicing</a></div><div class="resumable-drop"><span>Drop image files here to upload or </span><a class="resumable-browse">select from your computer</a></div><div class="resumable-progress"><table><tr><td width="100%"><div class="progress-container"><div class="progress-bar"></div></div></td><td class="progress-text" nowrap="nowrap"></td><td class="progress-pause" nowrap="nowrap"><a class="progress-resume-link" href="#" onclick="r.upload(); return(false);"><i class="fa fa-play" title="Resume upload"></i></a><a class="progress-pause-link" href="#" onclick="r.pause(); return(false);"><i class="fa fa-pause" title="Pause upload"></i></a><a class="progress-cancel-link" href="#" onclick="r.cancel(); return(false);"><i class="fa fa-stop" title="Cancel upload"></i></a></td></tr></table><ul class="resumable-list"></ul></div></section><!-- App settings--><script src="js/app-settings.js"></script><!-- Socket.IO--><script src="//cdn.socket.io/socket.io-1.3.5.js"></script><!-- jQuery--><script src="//code.jquery.com/jquery-2.1.3.js"></script><!-- Resumable.js--><script src="js/resumable.js"></script><!-- Upload script--><script src="js/events-upload.js"></script></body></html>

Event Timeline