All pastes #2105783 Raw Edit

Anonymous

public html v1 · immutable
#2105783 ·published 2012-01-24 19:44 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3c//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">	<head> <title>File Comparer</title> 	<LINK REL = StyleSheet HREF = "style.css" TYPE = "text/css" MEDIA = screen>	<script src="multifile_compressed.js"></script></head>	<body>		<h1>File Comparer</h1> <br>				<!-- <form enctype="multipart/form-data" action="fileCompare2.php" method="POST">			<input type="hidden" name="MAX_FILE_SIZE" value="100000000" />			Choose a file to upload: <input name="file1" type="file" /><br />			<input type="submit" value="Upload File" />		</form> --><form enctype="multipart/form-data" action="fileCompare2.php" method = "post">	<input id="my_file_element" type="file" name="file1" >	<input type="submit"></form>Files:<!-- This is where the output will appear --><div id="files_list"></div><script>	var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 );	multi_selector.addElement( document.getElementById( 'my_file_element' ) );</script></body>	</body></html>