<?xml version="1.0" encoding="UTF-8"?>
<test id="wae2/media/multipart/form/4" class="C" 
	scope="wae2:multipart_proxy_wsp" testtype="application" type="manual" 
	source="wae2#6.9.5" device="both">
	<assertion>When a WAP proxy supports WSP it must be able to convert
	'application/vnd.wap.multipart.form-data' into 'multipart/form-data'.
	</assertion>
	<specnote>Create a document that has a form on it and submits it as a
	'application/vnd.wap.multipart.form-data' document. Check the 
	content-type header when the document is sent to the origin server to 
	make sure that it is now 'multipart/form-data'.
	</specnote>
	<results>
		<result>
			<name>ENV_ENCTYPE</name>
			<value>multipart/form-data</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>Please send the form</p>
				<form action="[[responseurl]]" enctype="application/vnd.wap.multipart.form-data">
					<fieldset>
						form/1
						<input name="x" value="richard" />
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
						<input type="reset" value="reset" />
					</fieldset>
					[[formsessionvars]]
				</form>
				[[auto_failed]]
			</wml:card>
		]]>
	</method>
</test>
