Logo address

POST Method Test

目次

POST textarea

enctype の指定は無いが
	enctype="application/x-www-form-urlencoded"
と結果は同じ

Push the SUBMIT button

POST textarea

	enctype="application/x-www-form-urlencoded"
Push the SUBMIT button

POST file

	enctype="multipart/form-data"

Push the SUBMIT button

File to send. Please brows.