ファイルのアップロードからそれを添付してメールを送るスケルトン


  form2_view.php



<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>初心者用ファイルアップロード用テンプレート</title>

<script>
function resetIframe() {
	var ifdoc = document.getElementById("result2").contentWindow.document;
	ifdoc.write("");
	ifdoc.close();
}
</script>

<style>
body {
	background-color: #D6C8A1;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-size:18px;
}
iframe {
	border: solid 1px; #000000;
	background-color: #ffffff;
}
</style>
</head>
<body>

<!-- アップロード【1】 -->
<form
	enctype="multipart/form-data"
	action="upload1.php"
	method="POST"
	target="result2"
	style='display:inline;'
>
	<input type="hidden" name="MAX_FILE_SIZE" value="100000">
	<input
		type="file"
		id="file_1"
		name="file_1"
		size="40"
	/>
	<br>
	<input
		type="submit"
		value="単フィールド単ファイルアップロード"
	/>
	<br />
	<br />
</form>
<hr>
<iframe
	id="result2"
	name="result2"
	frameborder="1"
	scrolling="yes"
	style='width:100%;height:700px;'
></iframe>

</body>
</html>











  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ