Your solution produces a small amount of the data, which do contains no sensitive
information and doesn't trigger any of the significant obligations. |
<submission method="get" action="http
URI"/> |
Your solution has to work with the server configured to accept GET requests
from HTML forms. |
<submission method="get" separator="&"
action="http or https URI"/> |
Your solution creates new XML data. |
<submissionmethod="put"inlcudenamespaceprefixes=""
action="http, https,ftp, or file
URI"/> |
Your solution feeds XML data into a larger processing system. |
<submissionmethod="post" includenamespaceprefixes=""
action="http, https,or mailto
URI"/> |
Your solution has to work with the server configured to accept the standard POST
requests from the HTML forms. |
<submissionmethod="urlencoded-post"
action="http or https
URI"/> |
Your solution has to work with a server configured to accept file uploads
from HTML forms. |
<submission method="form-data-post" action="http
or https URI"/> |
Your solution produces XML data that includes lots of embedded binary
data. |
<submission method="form-data-post" action="http, https,
or mailto URI"/> |
Your solution includes upload controls that accept anyURI
data. |
<submission method="multipart-post" action="http, https,
or mailto URI"/> |