⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload.html

📁 this is a simple upload files codes with jason(ajax) tech.
💻 HTML
字号:
<html>
	<head>
		<link rel="stylesheet" href="upload.css" type="text/css">
		<script language="JavaScript">
	
			function autoFormSubmit()
      {
				 document.getElementById("upload_form").submit();
			}
      
		</script>
	</head>
<body>
<form class='style1' name="upload_form" id="upload_form" enctype="multipart/form-data" method="POST" action="upload1.php" onSubmit="return false;">
    <input type="hidden" name="MAX_FILE_SIZE" value="100000000" />
    Send this file: <input name="userfile" id="userfile" type="file" onChange="autoFormSubmit();"/>
    <div id="txt" style="display: none"></div>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -