HTTP Form Action

HTTP Form package action allows the end-users to post data using HTTP. Files can be posted as well

<form name=“input” action=“http://localhost:8000/html_form_submit.html” method=“post” enctype=“multipart/form-data”>
<p>Simple Post Form Example</p>
Name: <input type=“text” name=“user”>
<br>
<input type=“checkbox” name=“vehicle” value=“Bike”>I have a bike<br>
<input type=“checkbox” name=“vehicle” value=“Car”>I have a car
<br>
<textarea name=“area” rows=“10” cols=“30”>
The cat was playing in the garden.
</textarea>
<br>
<input type=“submit” value=“Submit”>
</form>

Note:

The form above is just for information and it is not required for this action. 
The action below will submit exactly the same information using the URL provided

Specifies which variables will be set once action execution is completed

For more technologies supported by our ETL Software see Advanced ETL Processor Versions and Visual Importer ETL Versions

Confused? Ask question on our ETL forum

26/06/2015 02:06 · kevin
  • vimpe/packages/http_form_action.txt
  • Last modified: 26/06/2015 10:22
  • by admin