8.6

Table Of Contents
<input type="text" name="pinElm1[pin_0][left]" value="122">
<input type="text" name="pinElm1[pin_0][top]" value="253">
<input type="text" name="pinElm1[pin_0][type]" value="dent">
<input type="text" name="pinElm1[pin_1][left]" value="361">
<input type="text" name="pinElm1[pin_1][top]" value="341">
<input type="text" name="pinElm1[pin_1][type]" value="dent">
Resulting XMLStructure in HTTPRequest Envelope
<values count="4">
<user_account>email@example.com</user_account>
<name>Peter Parker</name>
<company>Objectif Lune</company>
<pinElm1>
<pin_0>
<left>122</left>
<top>253</top>
<type>dent</type>
</pin_0>
<pin_1>
<left>361</left>
<top>341</top>
<type>dent</type>
</pin_1>
</pinElm1>
</values>
HTTPServer Input 2 plugin preferences
The HTTPServer Input 2 plugin preferences are used to enable serving static
HTTPresources, as part of an HTTPServer workflow. These resources are referred to within
the HTMLresponse file and do not pass through a process to get served so the process is very
quick. Static resources are especially useful for additional formatting of HTMLfiles such as JS
(JavaScript) scripts, CSSfiles and images, since they are not dynamic and generally shared
between multiple dynamic files.
Page 701